Shades of Neon Pink #F878D4
Tints of Neon Pink #F878D4
RGB
CMYK
RGB Variations
Color information
#F878D4 (or 0xF878D4) is known color: Neon Pink. HEX triplet: F8, 78 and D4. RGB value is (248,120,212). Sum of RGB (Red+Green+Blue) = 248+120+212=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 120 (47.27% from 255 or 20.69% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F878D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F878D4 is #07872B. Grayscale: #A8A8A8. Windows color (decimal): -493356 or 13924600. OLE color: 13924600.
HSL color Cylindrical-coordinate representation of color #F878D4: hue angle of 316.88º 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 #F878D4 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 212 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.03 |
| HSL | 316.88º | 0.9% | 0.72% | - |
| HSV(B) | 316.88º | 0.52% | 0.97% | - |
| XYZ | 57.31 | 38.14 | 66.63 | - |
| YUV | 168.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 212 | 0 | 0.52 | 0.15 | 0.03 | 316.88 | 0.9 | 0.72 |
| Hex | F8 | 78 | D4 | 0 | 34 | F | 3 | 13D | 5A | 48 |
| Octal | 370 | 170 | 324 | 0 | 64 | 17 | 3 | 475 | 132 | 110 |
| Binary | 11111000 | 1111000 | 11010100 | 0 | 110100 | 1111 | 11 | 100111101 | 1011010 | 1001000 |
Color Harmonies of #F878D4
Complementary color
Monochromatic Colors of #F878D4
Black with #F878D4
Text Example
Text Example
White with #F878D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F878D4; }
p { color: rgb(248,120,212); }
H1.HeaderClassName
{
color: #F878D4;
}
.AnyTagClassName
{
color: #F878D4;
}
</style>
background-color css
<style>
a { background-color: #F878D4; }
a { background-color: rgb(248,120,212); }
div.DivClassName
{
background-color: #F878D4;
}
.BgClassName
{
background-color: #F878D4;
}
</style>
border-color css
<style>
span { border-color: #F878D4; }
span { border-color: rgb(248,120,212); }
td.TdClassName
{
border-color: #F878D4;
}
.TagClassName
{
border-color: #F878D4;
}
</style>