Shades of Neon Pink #F96ED2
Tints of Neon Pink #F96ED2
RGB
CMYK
RGB Variations
Color information
#F96ED2 (or 0xF96ED2) is known color: Neon Pink. HEX triplet: F9, 6E and D2. RGB value is (249,110,210). Sum of RGB (Red+Green+Blue) = 249+110+210=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ED2 is #06912D. Grayscale: #A2A2A2. Windows color (decimal): -430382 or 13790969. OLE color: 13790969.
HSL color Cylindrical-coordinate representation of color #F96ED2: hue angle of 316.83º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96ED2 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 210 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.02 |
| HSL | 316.83º | 0.92% | 0.7% | - |
| HSV(B) | 316.83º | 0.56% | 0.98% | - |
| XYZ | 56.28 | 35.94 | 64.94 | - |
| YUV | 162.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 210 | 0 | 0.56 | 0.16 | 0.02 | 316.83 | 0.92 | 0.7 |
| Hex | F9 | 6E | D2 | 0 | 38 | 10 | 2 | 13D | 5C | 46 |
| Octal | 371 | 156 | 322 | 0 | 70 | 20 | 2 | 475 | 134 | 106 |
| Binary | 11111001 | 1101110 | 11010010 | 0 | 111000 | 10000 | 10 | 100111101 | 1011100 | 1000110 |
Color Harmonies of #F96ED2
Complementary color
Monochromatic Colors of #F96ED2
Black with #F96ED2
Text Example
Text Example
White with #F96ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96ED2; }
p { color: rgb(249,110,210); }
H1.HeaderClassName
{
color: #F96ED2;
}
.AnyTagClassName
{
color: #F96ED2;
}
</style>
background-color css
<style>
a { background-color: #F96ED2; }
a { background-color: rgb(249,110,210); }
div.DivClassName
{
background-color: #F96ED2;
}
.BgClassName
{
background-color: #F96ED2;
}
</style>
border-color css
<style>
span { border-color: #F96ED2; }
span { border-color: rgb(249,110,210); }
td.TdClassName
{
border-color: #F96ED2;
}
.TagClassName
{
border-color: #F96ED2;
}
</style>