Shades of Neon Pink #F877D0
Tints of Neon Pink #F877D0
RGB
CMYK
RGB Variations
Color information
#F877D0 (or 0xF877D0) is known color: Neon Pink. HEX triplet: F8, 77 and D0. RGB value is (248,119,208). Sum of RGB (Red+Green+Blue) = 248+119+208=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F877D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877D0 is #07882F. Grayscale: #A7A7A7. Windows color (decimal): -493616 or 13662200. OLE color: 13662200.
HSL color Cylindrical-coordinate representation of color #F877D0: hue angle of 318.6º 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 #F877D0 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 208 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.03 |
| HSL | 318.6º | 0.9% | 0.72% | - |
| HSV(B) | 318.6º | 0.52% | 0.97% | - |
| XYZ | 56.69 | 37.7 | 63.96 | - |
| YUV | 167.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 208 | 0 | 0.52 | 0.16 | 0.03 | 318.6 | 0.9 | 0.72 |
| Hex | F8 | 77 | D0 | 0 | 34 | 10 | 3 | 13F | 5A | 48 |
| Octal | 370 | 167 | 320 | 0 | 64 | 20 | 3 | 477 | 132 | 110 |
| Binary | 11111000 | 1110111 | 11010000 | 0 | 110100 | 10000 | 11 | 100111111 | 1011010 | 1001000 |
Color Harmonies of #F877D0
Complementary color
Monochromatic Colors of #F877D0
Black with #F877D0
Text Example
Text Example
White with #F877D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F877D0; }
p { color: rgb(248,119,208); }
H1.HeaderClassName
{
color: #F877D0;
}
.AnyTagClassName
{
color: #F877D0;
}
</style>
background-color css
<style>
a { background-color: #F877D0; }
a { background-color: rgb(248,119,208); }
div.DivClassName
{
background-color: #F877D0;
}
.BgClassName
{
background-color: #F877D0;
}
</style>
border-color css
<style>
span { border-color: #F877D0; }
span { border-color: rgb(248,119,208); }
td.TdClassName
{
border-color: #F877D0;
}
.TagClassName
{
border-color: #F877D0;
}
</style>