Shades of Neon Pink #F977D1
Tints of Neon Pink #F977D1
RGB
CMYK
RGB Variations
Color information
#F977D1 (or 0xF977D1) is known color: Neon Pink. HEX triplet: F9, 77 and D1. RGB value is (249,119,209). Sum of RGB (Red+Green+Blue) = 249+119+209=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F977D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977D1 is #06882E. Grayscale: #A7A7A7. Windows color (decimal): -428079 or 13727737. OLE color: 13727737.
HSL color Cylindrical-coordinate representation of color #F977D1: hue angle of 318.46º 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 #F977D1 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 209 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.02 |
| HSL | 318.46º | 0.92% | 0.72% | - |
| HSV(B) | 318.46º | 0.52% | 0.98% | - |
| XYZ | 57.17 | 37.94 | 64.63 | - |
| YUV | 168.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 209 | 0 | 0.52 | 0.16 | 0.02 | 318.46 | 0.92 | 0.72 |
| Hex | F9 | 77 | D1 | 0 | 34 | 10 | 2 | 13E | 5C | 48 |
| Octal | 371 | 167 | 321 | 0 | 64 | 20 | 2 | 476 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11010001 | 0 | 110100 | 10000 | 10 | 100111110 | 1011100 | 1001000 |
Color Harmonies of #F977D1
Complementary color
Monochromatic Colors of #F977D1
Black with #F977D1
Text Example
Text Example
White with #F977D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977D1; }
p { color: rgb(249,119,209); }
H1.HeaderClassName
{
color: #F977D1;
}
.AnyTagClassName
{
color: #F977D1;
}
</style>
background-color css
<style>
a { background-color: #F977D1; }
a { background-color: rgb(249,119,209); }
div.DivClassName
{
background-color: #F977D1;
}
.BgClassName
{
background-color: #F977D1;
}
</style>
border-color css
<style>
span { border-color: #F977D1; }
span { border-color: rgb(249,119,209); }
td.TdClassName
{
border-color: #F977D1;
}
.TagClassName
{
border-color: #F977D1;
}
</style>