Shades of Neon Pink #F877CA
Tints of Neon Pink #F877CA
RGB
CMYK
RGB Variations
Color information
#F877CA (or 0xF877CA) is known color: Neon Pink. HEX triplet: F8, 77 and CA. RGB value is (248,119,202). Sum of RGB (Red+Green+Blue) = 248+119+202=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F877CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877CA is #078835. Grayscale: #A6A6A6. Windows color (decimal): -493622 or 13268984. OLE color: 13268984.
HSL color Cylindrical-coordinate representation of color #F877CA: hue angle of 321.4º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F877CA is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 202 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.03 |
| HSL | 321.4º | 0.9% | 0.72% | - |
| HSV(B) | 321.4º | 0.52% | 0.97% | - |
| XYZ | 55.97 | 37.41 | 60.15 | - |
| YUV | 167.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 202 | 0 | 0.52 | 0.19 | 0.03 | 321.4 | 0.9 | 0.72 |
| Hex | F8 | 77 | CA | 0 | 34 | 13 | 3 | 141 | 5A | 48 |
| Octal | 370 | 167 | 312 | 0 | 64 | 23 | 3 | 501 | 132 | 110 |
| Binary | 11111000 | 1110111 | 11001010 | 0 | 110100 | 10011 | 11 | 101000001 | 1011010 | 1001000 |
Color Harmonies of #F877CA
Complementary color
Monochromatic Colors of #F877CA
Black with #F877CA
Text Example
Text Example
White with #F877CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F877CA; }
p { color: rgb(248,119,202); }
H1.HeaderClassName
{
color: #F877CA;
}
.AnyTagClassName
{
color: #F877CA;
}
</style>
background-color css
<style>
a { background-color: #F877CA; }
a { background-color: rgb(248,119,202); }
div.DivClassName
{
background-color: #F877CA;
}
.BgClassName
{
background-color: #F877CA;
}
</style>
border-color css
<style>
span { border-color: #F877CA; }
span { border-color: rgb(248,119,202); }
td.TdClassName
{
border-color: #F877CA;
}
.TagClassName
{
border-color: #F877CA;
}
</style>