Shades of Neon Pink #F978CC
Tints of Neon Pink #F978CC
RGB
CMYK
RGB Variations
Color information
#F978CC (or 0xF978CC) is known color: Neon Pink. HEX triplet: F9, 78 and CC. RGB value is (249,120,204). Sum of RGB (Red+Green+Blue) = 249+120+204=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F978CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978CC is #068733. Grayscale: #A7A7A7. Windows color (decimal): -427828 or 13400313. OLE color: 13400313.
HSL color Cylindrical-coordinate representation of color #F978CC: hue angle of 320.93º 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 #F978CC is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 204 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.02 |
| HSL | 320.93º | 0.91% | 0.72% | - |
| HSV(B) | 320.93º | 0.52% | 0.98% | - |
| XYZ | 56.68 | 37.93 | 61.46 | - |
| YUV | 168.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 204 | 0 | 0.52 | 0.18 | 0.02 | 320.93 | 0.91 | 0.72 |
| Hex | F9 | 78 | CC | 0 | 34 | 12 | 2 | 141 | 5B | 48 |
| Octal | 371 | 170 | 314 | 0 | 64 | 22 | 2 | 501 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11001100 | 0 | 110100 | 10010 | 10 | 101000001 | 1011011 | 1001000 |
Color Harmonies of #F978CC
Complementary color
Monochromatic Colors of #F978CC
Black with #F978CC
Text Example
Text Example
White with #F978CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978CC; }
p { color: rgb(249,120,204); }
H1.HeaderClassName
{
color: #F978CC;
}
.AnyTagClassName
{
color: #F978CC;
}
</style>
background-color css
<style>
a { background-color: #F978CC; }
a { background-color: rgb(249,120,204); }
div.DivClassName
{
background-color: #F978CC;
}
.BgClassName
{
background-color: #F978CC;
}
</style>
border-color css
<style>
span { border-color: #F978CC; }
span { border-color: rgb(249,120,204); }
td.TdClassName
{
border-color: #F978CC;
}
.TagClassName
{
border-color: #F978CC;
}
</style>