Shades of Neon Pink #F979D0
Tints of Neon Pink #F979D0
RGB
CMYK
RGB Variations
Color information
#F979D0 (or 0xF979D0) is known color: Neon Pink. HEX triplet: F9, 79 and D0. RGB value is (249,121,208). Sum of RGB (Red+Green+Blue) = 249+121+208=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 121 (47.66% from 255 or 20.93% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F979D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979D0 is #06862F. Grayscale: #A8A8A8. Windows color (decimal): -427568 or 13662713. OLE color: 13662713.
HSL color Cylindrical-coordinate representation of color #F979D0: hue angle of 319.22º 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 #F979D0 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 121 | 208 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.02 |
| HSL | 319.22º | 0.91% | 0.73% | - |
| HSV(B) | 319.22º | 0.51% | 0.98% | - |
| XYZ | 57.29 | 38.37 | 64.06 | - |
| YUV | 169.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 121 | 208 | 0 | 0.51 | 0.16 | 0.02 | 319.22 | 0.91 | 0.73 |
| Hex | F9 | 79 | D0 | 0 | 33 | 10 | 2 | 13F | 5B | 49 |
| Octal | 371 | 171 | 320 | 0 | 63 | 20 | 2 | 477 | 133 | 111 |
| Binary | 11111001 | 1111001 | 11010000 | 0 | 110011 | 10000 | 10 | 100111111 | 1011011 | 1001001 |
Color Harmonies of #F979D0
Complementary color
Monochromatic Colors of #F979D0
Black with #F979D0
Text Example
Text Example
White with #F979D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F979D0; }
p { color: rgb(249,121,208); }
H1.HeaderClassName
{
color: #F979D0;
}
.AnyTagClassName
{
color: #F979D0;
}
</style>
background-color css
<style>
a { background-color: #F979D0; }
a { background-color: rgb(249,121,208); }
div.DivClassName
{
background-color: #F979D0;
}
.BgClassName
{
background-color: #F979D0;
}
</style>
border-color css
<style>
span { border-color: #F979D0; }
span { border-color: rgb(249,121,208); }
td.TdClassName
{
border-color: #F979D0;
}
.TagClassName
{
border-color: #F979D0;
}
</style>