Shades of Neon Pink #FF62D9
Tints of Neon Pink #FF62D9
RGB
CMYK
RGB Variations
Color information
#FF62D9 (or 0xFF62D9) is known color: Neon Pink. HEX triplet: FF, 62 and D9. RGB value is (255,98,217). Sum of RGB (Red+Green+Blue) = 255+98+217=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 98 (38.67% from 255 or 17.19% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF62D9 is #009D26. Grayscale: #9E9E9E. Windows color (decimal): -40231 or 14246655. OLE color: 14246655.
HSL color Cylindrical-coordinate representation of color #FF62D9: hue angle of 314.52º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF62D9 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 217 | - |
| CMYK | 0 | 0.62 | 0.15 | 0 |
| HSL | 314.52º | 1% | 0.69% | - |
| HSV(B) | 314.52º | 0.62% | 1% | - |
| XYZ | 58.13 | 35.01 | 69.34 | - |
| YUV | 158.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 217 | 0 | 0.62 | 0.15 | 0 | 314.52 | 1 | 0.69 |
| Hex | FF | 62 | D9 | 0 | 3E | F | 0 | 13B | 64 | 45 |
| Octal | 377 | 142 | 331 | 0 | 76 | 17 | 0 | 473 | 144 | 105 |
| Binary | 11111111 | 1100010 | 11011001 | 0 | 111110 | 1111 | 0 | 100111011 | 1100100 | 1000101 |
Color Harmonies of #FF62D9
Complementary color
Monochromatic Colors of #FF62D9
Black with #FF62D9
Text Example
Text Example
White with #FF62D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF62D9; }
p { color: rgb(255,98,217); }
H1.HeaderClassName
{
color: #FF62D9;
}
.AnyTagClassName
{
color: #FF62D9;
}
</style>
background-color css
<style>
a { background-color: #FF62D9; }
a { background-color: rgb(255,98,217); }
div.DivClassName
{
background-color: #FF62D9;
}
.BgClassName
{
background-color: #FF62D9;
}
</style>
border-color css
<style>
span { border-color: #FF62D9; }
span { border-color: rgb(255,98,217); }
td.TdClassName
{
border-color: #FF62D9;
}
.TagClassName
{
border-color: #FF62D9;
}
</style>