Shades of Neon Pink #F976C5
Tints of Neon Pink #F976C5
RGB
CMYK
RGB Variations
Color information
#F976C5 (or 0xF976C5) is known color: Neon Pink. HEX triplet: F9, 76 and C5. RGB value is (249,118,197). Sum of RGB (Red+Green+Blue) = 249+118+197=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F976C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976C5 is #06893A. Grayscale: #A5A5A5. Windows color (decimal): -428347 or 12941049. OLE color: 12941049.
HSL color Cylindrical-coordinate representation of color #F976C5: hue angle of 323.82º 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 #F976C5 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 197 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.02 |
| HSL | 323.82º | 0.92% | 0.72% | - |
| HSV(B) | 323.82º | 0.53% | 0.98% | - |
| XYZ | 55.62 | 37.13 | 57.06 | - |
| YUV | 166.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 197 | 0 | 0.53 | 0.21 | 0.02 | 323.82 | 0.92 | 0.72 |
| Hex | F9 | 76 | C5 | 0 | 35 | 15 | 2 | 144 | 5C | 48 |
| Octal | 371 | 166 | 305 | 0 | 65 | 25 | 2 | 504 | 134 | 110 |
| Binary | 11111001 | 1110110 | 11000101 | 0 | 110101 | 10101 | 10 | 101000100 | 1011100 | 1001000 |
Color Harmonies of #F976C5
Complementary color
Monochromatic Colors of #F976C5
Black with #F976C5
Text Example
Text Example
White with #F976C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F976C5; }
p { color: rgb(249,118,197); }
H1.HeaderClassName
{
color: #F976C5;
}
.AnyTagClassName
{
color: #F976C5;
}
</style>
background-color css
<style>
a { background-color: #F976C5; }
a { background-color: rgb(249,118,197); }
div.DivClassName
{
background-color: #F976C5;
}
.BgClassName
{
background-color: #F976C5;
}
</style>
border-color css
<style>
span { border-color: #F976C5; }
span { border-color: rgb(249,118,197); }
td.TdClassName
{
border-color: #F976C5;
}
.TagClassName
{
border-color: #F976C5;
}
</style>