Shades of Neon Pink #F978D0
Tints of Neon Pink #F978D0
RGB
CMYK
RGB Variations
Color information
#F978D0 (or 0xF978D0) is known color: Neon Pink. HEX triplet: F9, 78 and D0. RGB value is (249,120,208). Sum of RGB (Red+Green+Blue) = 249+120+208=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F978D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978D0 is #06872F. Grayscale: #A8A8A8. Windows color (decimal): -427824 or 13662457. OLE color: 13662457.
HSL color Cylindrical-coordinate representation of color #F978D0: hue angle of 319.07º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978D0 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 208 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.02 |
| HSL | 319.07º | 0.91% | 0.72% | - |
| HSV(B) | 319.07º | 0.52% | 0.98% | - |
| XYZ | 57.17 | 38.13 | 64.02 | - |
| YUV | 168.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 208 | 0 | 0.52 | 0.16 | 0.02 | 319.07 | 0.91 | 0.72 |
| Hex | F9 | 78 | D0 | 0 | 34 | 10 | 2 | 13F | 5B | 48 |
| Octal | 371 | 170 | 320 | 0 | 64 | 20 | 2 | 477 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11010000 | 0 | 110100 | 10000 | 10 | 100111111 | 1011011 | 1001000 |
Color Harmonies of #F978D0
Complementary color
Monochromatic Colors of #F978D0
Black with #F978D0
Text Example
Text Example
White with #F978D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978D0; }
p { color: rgb(249,120,208); }
H1.HeaderClassName
{
color: #F978D0;
}
.AnyTagClassName
{
color: #F978D0;
}
</style>
background-color css
<style>
a { background-color: #F978D0; }
a { background-color: rgb(249,120,208); }
div.DivClassName
{
background-color: #F978D0;
}
.BgClassName
{
background-color: #F978D0;
}
</style>
border-color css
<style>
span { border-color: #F978D0; }
span { border-color: rgb(249,120,208); }
td.TdClassName
{
border-color: #F978D0;
}
.TagClassName
{
border-color: #F978D0;
}
</style>