Shades of Neon Pink #F962D1
Tints of Neon Pink #F962D1
RGB
CMYK
RGB Variations
Color information
#F962D1 (or 0xF962D1) is known color: Neon Pink. HEX triplet: F9, 62 and D1. RGB value is (249,98,209). Sum of RGB (Red+Green+Blue) = 249+98+209=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F962D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962D1 is #069D2E. Grayscale: #9B9B9B. Windows color (decimal): -433455 or 13722361. OLE color: 13722361.
HSL color Cylindrical-coordinate representation of color #F962D1: hue angle of 315.89º 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 #F962D1 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 209 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.02 |
| HSL | 315.89º | 0.93% | 0.68% | - |
| HSV(B) | 315.89º | 0.61% | 0.98% | - |
| XYZ | 54.94 | 33.48 | 63.89 | - |
| YUV | 155.8 | 158.03 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 209 | 0 | 0.61 | 0.16 | 0.02 | 315.89 | 0.93 | 0.68 |
| Hex | F9 | 62 | D1 | 0 | 3D | 10 | 2 | 13C | 5D | 44 |
| Octal | 371 | 142 | 321 | 0 | 75 | 20 | 2 | 474 | 135 | 104 |
| Binary | 11111001 | 1100010 | 11010001 | 0 | 111101 | 10000 | 10 | 100111100 | 1011101 | 1000100 |
Color Harmonies of #F962D1
Complementary color
Monochromatic Colors of #F962D1
Black with #F962D1
Text Example
Text Example
White with #F962D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962D1; }
p { color: rgb(249,98,209); }
H1.HeaderClassName
{
color: #F962D1;
}
.AnyTagClassName
{
color: #F962D1;
}
</style>
background-color css
<style>
a { background-color: #F962D1; }
a { background-color: rgb(249,98,209); }
div.DivClassName
{
background-color: #F962D1;
}
.BgClassName
{
background-color: #F962D1;
}
</style>
border-color css
<style>
span { border-color: #F962D1; }
span { border-color: rgb(249,98,209); }
td.TdClassName
{
border-color: #F962D1;
}
.TagClassName
{
border-color: #F962D1;
}
</style>