Shades of Neon Pink #F876C5
Tints of Neon Pink #F876C5
RGB
CMYK
RGB Variations
Color information
#F876C5 (or 0xF876C5) is known color: Neon Pink. HEX triplet: F8, 76 and C5. RGB value is (248,118,197). Sum of RGB (Red+Green+Blue) = 248+118+197=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F876C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F876C5 is #07893A. Grayscale: #A5A5A5. Windows color (decimal): -493883 or 12941048. OLE color: 12941048.
HSL color Cylindrical-coordinate representation of color #F876C5: hue angle of 323.54º 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 #F876C5 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 197 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.03 |
| HSL | 323.54º | 0.9% | 0.72% | - |
| HSV(B) | 323.54º | 0.52% | 0.97% | - |
| XYZ | 55.27 | 36.94 | 57.04 | - |
| YUV | 165.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 197 | 0 | 0.52 | 0.21 | 0.03 | 323.54 | 0.9 | 0.72 |
| Hex | F8 | 76 | C5 | 0 | 34 | 15 | 3 | 144 | 5A | 48 |
| Octal | 370 | 166 | 305 | 0 | 64 | 25 | 3 | 504 | 132 | 110 |
| Binary | 11111000 | 1110110 | 11000101 | 0 | 110100 | 10101 | 11 | 101000100 | 1011010 | 1001000 |
Color Harmonies of #F876C5
Complementary color
Monochromatic Colors of #F876C5
Black with #F876C5
Text Example
Text Example
White with #F876C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F876C5; }
p { color: rgb(248,118,197); }
H1.HeaderClassName
{
color: #F876C5;
}
.AnyTagClassName
{
color: #F876C5;
}
</style>
background-color css
<style>
a { background-color: #F876C5; }
a { background-color: rgb(248,118,197); }
div.DivClassName
{
background-color: #F876C5;
}
.BgClassName
{
background-color: #F876C5;
}
</style>
border-color css
<style>
span { border-color: #F876C5; }
span { border-color: rgb(248,118,197); }
td.TdClassName
{
border-color: #F876C5;
}
.TagClassName
{
border-color: #F876C5;
}
</style>