Shades of Neon Pink #F977C4
Tints of Neon Pink #F977C4
RGB
CMYK
RGB Variations
Color information
#F977C4 (or 0xF977C4) is known color: Neon Pink. HEX triplet: F9, 77 and C4. RGB value is (249,119,196). Sum of RGB (Red+Green+Blue) = 249+119+196=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F977C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977C4 is #06883B. Grayscale: #A6A6A6. Windows color (decimal): -428092 or 12875769. OLE color: 12875769.
HSL color Cylindrical-coordinate representation of color #F977C4: hue angle of 324.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 #F977C4 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 196 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.02 |
| HSL | 324.46º | 0.92% | 0.72% | - |
| HSV(B) | 324.46º | 0.52% | 0.98% | - |
| XYZ | 55.63 | 37.32 | 56.5 | - |
| YUV | 166.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 196 | 0 | 0.52 | 0.21 | 0.02 | 324.46 | 0.92 | 0.72 |
| Hex | F9 | 77 | C4 | 0 | 34 | 15 | 2 | 144 | 5C | 48 |
| Octal | 371 | 167 | 304 | 0 | 64 | 25 | 2 | 504 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11000100 | 0 | 110100 | 10101 | 10 | 101000100 | 1011100 | 1001000 |
Color Harmonies of #F977C4
Complementary color
Monochromatic Colors of #F977C4
Black with #F977C4
Text Example
Text Example
White with #F977C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977C4; }
p { color: rgb(249,119,196); }
H1.HeaderClassName
{
color: #F977C4;
}
.AnyTagClassName
{
color: #F977C4;
}
</style>
background-color css
<style>
a { background-color: #F977C4; }
a { background-color: rgb(249,119,196); }
div.DivClassName
{
background-color: #F977C4;
}
.BgClassName
{
background-color: #F977C4;
}
</style>
border-color css
<style>
span { border-color: #F977C4; }
span { border-color: rgb(249,119,196); }
td.TdClassName
{
border-color: #F977C4;
}
.TagClassName
{
border-color: #F977C4;
}
</style>