Shades of Neon Pink #F978CD
Tints of Neon Pink #F978CD
RGB
CMYK
RGB Variations
Color information
#F978CD (or 0xF978CD) is known color: Neon Pink. HEX triplet: F9, 78 and CD. RGB value is (249,120,205). Sum of RGB (Red+Green+Blue) = 249+120+205=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F978CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978CD is #068732. Grayscale: #A8A8A8. Windows color (decimal): -427827 or 13465849. OLE color: 13465849.
HSL color Cylindrical-coordinate representation of color #F978CD: hue angle of 320.47º 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 #F978CD is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 205 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.02 |
| HSL | 320.47º | 0.91% | 0.72% | - |
| HSV(B) | 320.47º | 0.52% | 0.98% | - |
| XYZ | 56.8 | 37.98 | 62.09 | - |
| YUV | 168.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 205 | 0 | 0.52 | 0.18 | 0.02 | 320.47 | 0.91 | 0.72 |
| Hex | F9 | 78 | CD | 0 | 34 | 12 | 2 | 140 | 5B | 48 |
| Octal | 371 | 170 | 315 | 0 | 64 | 22 | 2 | 500 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11001101 | 0 | 110100 | 10010 | 10 | 101000000 | 1011011 | 1001000 |
Color Harmonies of #F978CD
Complementary color
Monochromatic Colors of #F978CD
Black with #F978CD
Text Example
Text Example
White with #F978CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978CD; }
p { color: rgb(249,120,205); }
H1.HeaderClassName
{
color: #F978CD;
}
.AnyTagClassName
{
color: #F978CD;
}
</style>
background-color css
<style>
a { background-color: #F978CD; }
a { background-color: rgb(249,120,205); }
div.DivClassName
{
background-color: #F978CD;
}
.BgClassName
{
background-color: #F978CD;
}
</style>
border-color css
<style>
span { border-color: #F978CD; }
span { border-color: rgb(249,120,205); }
td.TdClassName
{
border-color: #F978CD;
}
.TagClassName
{
border-color: #F978CD;
}
</style>