Shades of Neon Pink #F972C0
Tints of Neon Pink #F972C0
RGB
CMYK
RGB Variations
Color information
#F972C0 (or 0xF972C0) is known color: Neon Pink. HEX triplet: F9, 72 and C0. RGB value is (249,114,192). Sum of RGB (Red+Green+Blue) = 249+114+192=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F972C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972C0 is #068D3F. Grayscale: #A3A3A3. Windows color (decimal): -429376 or 12612345. OLE color: 12612345.
HSL color Cylindrical-coordinate representation of color #F972C0: hue angle of 325.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 #F972C0 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 192 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.02 |
| HSL | 325.33º | 0.92% | 0.71% | - |
| HSV(B) | 325.33º | 0.54% | 0.98% | - |
| XYZ | 54.6 | 35.98 | 53.94 | - |
| YUV | 163.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 192 | 0 | 0.54 | 0.23 | 0.02 | 325.33 | 0.92 | 0.71 |
| Hex | F9 | 72 | C0 | 0 | 36 | 17 | 2 | 145 | 5C | 47 |
| Octal | 371 | 162 | 300 | 0 | 66 | 27 | 2 | 505 | 134 | 107 |
| Binary | 11111001 | 1110010 | 11000000 | 0 | 110110 | 10111 | 10 | 101000101 | 1011100 | 1000111 |
Color Harmonies of #F972C0
Complementary color
Monochromatic Colors of #F972C0
Black with #F972C0
Text Example
Text Example
White with #F972C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972C0; }
p { color: rgb(249,114,192); }
H1.HeaderClassName
{
color: #F972C0;
}
.AnyTagClassName
{
color: #F972C0;
}
</style>
background-color css
<style>
a { background-color: #F972C0; }
a { background-color: rgb(249,114,192); }
div.DivClassName
{
background-color: #F972C0;
}
.BgClassName
{
background-color: #F972C0;
}
</style>
border-color css
<style>
span { border-color: #F972C0; }
span { border-color: rgb(249,114,192); }
td.TdClassName
{
border-color: #F972C0;
}
.TagClassName
{
border-color: #F972C0;
}
</style>