Shades of Neon Pink #F962D7
Tints of Neon Pink #F962D7
RGB
CMYK
RGB Variations
Color information
#F962D7 (or 0xF962D7) is known color: Neon Pink. HEX triplet: F9, 62 and D7. RGB value is (249,98,215). Sum of RGB (Red+Green+Blue) = 249+98+215=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 98 (38.67% from 255 or 17.44% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F962D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962D7 is #069D28. Grayscale: #9C9C9C. Windows color (decimal): -433449 or 14115577. OLE color: 14115577.
HSL color Cylindrical-coordinate representation of color #F962D7: hue angle of 313.51º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F962D7 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 215 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.02 |
| HSL | 313.51º | 0.93% | 0.68% | - |
| HSV(B) | 313.51º | 0.61% | 0.98% | - |
| XYZ | 55.7 | 33.78 | 67.87 | - |
| YUV | 156.49 | 161.03 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 215 | 0 | 0.61 | 0.14 | 0.02 | 313.51 | 0.93 | 0.68 |
| Hex | F9 | 62 | D7 | 0 | 3D | E | 2 | 13A | 5D | 44 |
| Octal | 371 | 142 | 327 | 0 | 75 | 16 | 2 | 472 | 135 | 104 |
| Binary | 11111001 | 1100010 | 11010111 | 0 | 111101 | 1110 | 10 | 100111010 | 1011101 | 1000100 |
Color Harmonies of #F962D7
Complementary color
Monochromatic Colors of #F962D7
Black with #F962D7
Text Example
Text Example
White with #F962D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962D7; }
p { color: rgb(249,98,215); }
H1.HeaderClassName
{
color: #F962D7;
}
.AnyTagClassName
{
color: #F962D7;
}
</style>
background-color css
<style>
a { background-color: #F962D7; }
a { background-color: rgb(249,98,215); }
div.DivClassName
{
background-color: #F962D7;
}
.BgClassName
{
background-color: #F962D7;
}
</style>
border-color css
<style>
span { border-color: #F962D7; }
span { border-color: rgb(249,98,215); }
td.TdClassName
{
border-color: #F962D7;
}
.TagClassName
{
border-color: #F962D7;
}
</style>