Shades of Neon Pink #F976D6
Tints of Neon Pink #F976D6
RGB
CMYK
RGB Variations
Color information
#F976D6 (or 0xF976D6) is known color: Neon Pink. HEX triplet: F9, 76 and D6. RGB value is (249,118,214). Sum of RGB (Red+Green+Blue) = 249+118+214=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F976D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976D6 is #068929. Grayscale: #A7A7A7. Windows color (decimal): -428330 or 14055161. OLE color: 14055161.
HSL color Cylindrical-coordinate representation of color #F976D6: hue angle of 316.03º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976D6 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 214 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.02 |
| HSL | 316.03º | 0.92% | 0.72% | - |
| HSV(B) | 316.03º | 0.53% | 0.98% | - |
| XYZ | 57.68 | 37.95 | 67.9 | - |
| YUV | 168.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 214 | 0 | 0.53 | 0.14 | 0.02 | 316.03 | 0.92 | 0.72 |
| Hex | F9 | 76 | D6 | 0 | 35 | E | 2 | 13C | 5C | 48 |
| Octal | 371 | 166 | 326 | 0 | 65 | 16 | 2 | 474 | 134 | 110 |
| Binary | 11111001 | 1110110 | 11010110 | 0 | 110101 | 1110 | 10 | 100111100 | 1011100 | 1001000 |
Color Harmonies of #F976D6
Complementary color
Monochromatic Colors of #F976D6
Black with #F976D6
Text Example
Text Example
White with #F976D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F976D6; }
p { color: rgb(249,118,214); }
H1.HeaderClassName
{
color: #F976D6;
}
.AnyTagClassName
{
color: #F976D6;
}
</style>
background-color css
<style>
a { background-color: #F976D6; }
a { background-color: rgb(249,118,214); }
div.DivClassName
{
background-color: #F976D6;
}
.BgClassName
{
background-color: #F976D6;
}
</style>
border-color css
<style>
span { border-color: #F976D6; }
span { border-color: rgb(249,118,214); }
td.TdClassName
{
border-color: #F976D6;
}
.TagClassName
{
border-color: #F976D6;
}
</style>