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