Shades of Neon Pink #F979C9
Tints of Neon Pink #F979C9
RGB
CMYK
RGB Variations
Color information
#F979C9 (or 0xF979C9) is known color: Neon Pink. HEX triplet: F9, 79 and C9. RGB value is (249,121,201). Sum of RGB (Red+Green+Blue) = 249+121+201=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F979C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979C9 is #068636. Grayscale: #A8A8A8. Windows color (decimal): -427575 or 13203961. OLE color: 13203961.
HSL color Cylindrical-coordinate representation of color #F979C9: hue angle of 322.5º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F979C9 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 121 | 201 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.02 |
| HSL | 322.5º | 0.91% | 0.73% | - |
| HSV(B) | 322.5º | 0.51% | 0.98% | - |
| XYZ | 56.45 | 38.03 | 59.62 | - |
| YUV | 168.39 | 146.41 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 121 | 201 | 0 | 0.51 | 0.19 | 0.02 | 322.5 | 0.91 | 0.73 |
| Hex | F9 | 79 | C9 | 0 | 33 | 13 | 2 | 142 | 5B | 49 |
| Octal | 371 | 171 | 311 | 0 | 63 | 23 | 2 | 502 | 133 | 111 |
| Binary | 11111001 | 1111001 | 11001001 | 0 | 110011 | 10011 | 10 | 101000010 | 1011011 | 1001001 |
Color Harmonies of #F979C9
Complementary color
Monochromatic Colors of #F979C9
Black with #F979C9
Text Example
Text Example
White with #F979C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F979C9; }
p { color: rgb(249,121,201); }
H1.HeaderClassName
{
color: #F979C9;
}
.AnyTagClassName
{
color: #F979C9;
}
</style>
background-color css
<style>
a { background-color: #F979C9; }
a { background-color: rgb(249,121,201); }
div.DivClassName
{
background-color: #F979C9;
}
.BgClassName
{
background-color: #F979C9;
}
</style>
border-color css
<style>
span { border-color: #F979C9; }
span { border-color: rgb(249,121,201); }
td.TdClassName
{
border-color: #F979C9;
}
.TagClassName
{
border-color: #F979C9;
}
</style>