Shades of Neon Pink #F972C9
Tints of Neon Pink #F972C9
RGB
CMYK
RGB Variations
Color information
#F972C9 (or 0xF972C9) is known color: Neon Pink. HEX triplet: F9, 72 and C9. RGB value is (249,114,201). Sum of RGB (Red+Green+Blue) = 249+114+201=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F972C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972C9 is #068D36. Grayscale: #A4A4A4. Windows color (decimal): -429367 or 13202169. OLE color: 13202169.
HSL color Cylindrical-coordinate representation of color #F972C9: hue angle of 321.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972C9 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 201 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.02 |
| HSL | 321.33º | 0.92% | 0.71% | - |
| HSV(B) | 321.33º | 0.54% | 0.98% | - |
| XYZ | 55.63 | 36.39 | 59.35 | - |
| YUV | 164.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 201 | 0 | 0.54 | 0.19 | 0.02 | 321.33 | 0.92 | 0.71 |
| Hex | F9 | 72 | C9 | 0 | 36 | 13 | 2 | 141 | 5C | 47 |
| Octal | 371 | 162 | 311 | 0 | 66 | 23 | 2 | 501 | 134 | 107 |
| Binary | 11111001 | 1110010 | 11001001 | 0 | 110110 | 10011 | 10 | 101000001 | 1011100 | 1000111 |
Color Harmonies of #F972C9
Complementary color
Monochromatic Colors of #F972C9
Black with #F972C9
Text Example
Text Example
White with #F972C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972C9; }
p { color: rgb(249,114,201); }
H1.HeaderClassName
{
color: #F972C9;
}
.AnyTagClassName
{
color: #F972C9;
}
</style>
background-color css
<style>
a { background-color: #F972C9; }
a { background-color: rgb(249,114,201); }
div.DivClassName
{
background-color: #F972C9;
}
.BgClassName
{
background-color: #F972C9;
}
</style>
border-color css
<style>
span { border-color: #F972C9; }
span { border-color: rgb(249,114,201); }
td.TdClassName
{
border-color: #F972C9;
}
.TagClassName
{
border-color: #F972C9;
}
</style>