5 PX to PT
Result
5 px = 3.75 pt
Explanation
- Pixels — 5
To convert 5 pixels to points you need to multiply pixels value by 0.75, in our case: 5 × 0.75. In result we'll receive that 5 px is equal to 3.75 points (pt)
CSS code for 5 PX to PT
p { font-size: 3.75pt }
HTML (inline CSS):
<p style="font-size: 3.75pt">Hello World<p>