Shades of Neon Pink #F978CF
Tints of Neon Pink #F978CF
RGB
CMYK
RGB Variations
Color information
#F978CF (or 0xF978CF) is known color: Neon Pink. HEX triplet: F9, 78 and CF. RGB value is (249,120,207). Sum of RGB (Red+Green+Blue) = 249+120+207=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F978CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978CF is #068730. Grayscale: #A8A8A8. Windows color (decimal): -427825 or 13596921. OLE color: 13596921.
HSL color Cylindrical-coordinate representation of color #F978CF: hue angle of 319.53º 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 #F978CF is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 207 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.02 |
| HSL | 319.53º | 0.91% | 0.72% | - |
| HSV(B) | 319.53º | 0.52% | 0.98% | - |
| XYZ | 57.05 | 38.08 | 63.37 | - |
| YUV | 168.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 207 | 0 | 0.52 | 0.17 | 0.02 | 319.53 | 0.91 | 0.72 |
| Hex | F9 | 78 | CF | 0 | 34 | 11 | 2 | 140 | 5B | 48 |
| Octal | 371 | 170 | 317 | 0 | 64 | 21 | 2 | 500 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11001111 | 0 | 110100 | 10001 | 10 | 101000000 | 1011011 | 1001000 |
Color Harmonies of #F978CF
Complementary color
Monochromatic Colors of #F978CF
Black with #F978CF
Text Example
Text Example
White with #F978CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978CF; }
p { color: rgb(249,120,207); }
H1.HeaderClassName
{
color: #F978CF;
}
.AnyTagClassName
{
color: #F978CF;
}
</style>
background-color css
<style>
a { background-color: #F978CF; }
a { background-color: rgb(249,120,207); }
div.DivClassName
{
background-color: #F978CF;
}
.BgClassName
{
background-color: #F978CF;
}
</style>
border-color css
<style>
span { border-color: #F978CF; }
span { border-color: rgb(249,120,207); }
td.TdClassName
{
border-color: #F978CF;
}
.TagClassName
{
border-color: #F978CF;
}
</style>