Shades of Neon Pink #F977D4
Tints of Neon Pink #F977D4
RGB
CMYK
RGB Variations
Color information
#F977D4 (or 0xF977D4) is known color: Neon Pink. HEX triplet: F9, 77 and D4. RGB value is (249,119,212). Sum of RGB (Red+Green+Blue) = 249+119+212=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F977D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977D4 is #06882B. Grayscale: #A8A8A8. Windows color (decimal): -428076 or 13924345. OLE color: 13924345.
HSL color Cylindrical-coordinate representation of color #F977D4: hue angle of 317.08º degrees, saturation: 0.92, 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 #F977D4 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 212 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.02 |
| HSL | 317.08º | 0.92% | 0.72% | - |
| HSV(B) | 317.08º | 0.52% | 0.98% | - |
| XYZ | 57.55 | 38.09 | 66.61 | - |
| YUV | 168.47 | 152.57 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 212 | 0 | 0.52 | 0.15 | 0.02 | 317.08 | 0.92 | 0.72 |
| Hex | F9 | 77 | D4 | 0 | 34 | F | 2 | 13D | 5C | 48 |
| Octal | 371 | 167 | 324 | 0 | 64 | 17 | 2 | 475 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11010100 | 0 | 110100 | 1111 | 10 | 100111101 | 1011100 | 1001000 |
Color Harmonies of #F977D4
Complementary color
Monochromatic Colors of #F977D4
Black with #F977D4
Text Example
Text Example
White with #F977D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977D4; }
p { color: rgb(249,119,212); }
H1.HeaderClassName
{
color: #F977D4;
}
.AnyTagClassName
{
color: #F977D4;
}
</style>
background-color css
<style>
a { background-color: #F977D4; }
a { background-color: rgb(249,119,212); }
div.DivClassName
{
background-color: #F977D4;
}
.BgClassName
{
background-color: #F977D4;
}
</style>
border-color css
<style>
span { border-color: #F977D4; }
span { border-color: rgb(249,119,212); }
td.TdClassName
{
border-color: #F977D4;
}
.TagClassName
{
border-color: #F977D4;
}
</style>