Shades of Neon Pink #F878D5
Tints of Neon Pink #F878D5
RGB
CMYK
RGB Variations
Color information
#F878D5 (or 0xF878D5) is known color: Neon Pink. HEX triplet: F8, 78 and D5. RGB value is (248,120,213). Sum of RGB (Red+Green+Blue) = 248+120+213=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F878D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F878D5 is #07872A. Grayscale: #A8A8A8. Windows color (decimal): -493355 or 13990136. OLE color: 13990136.
HSL color Cylindrical-coordinate representation of color #F878D5: hue angle of 316.41º 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 #F878D5 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 213 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.03 |
| HSL | 316.41º | 0.9% | 0.72% | - |
| HSV(B) | 316.41º | 0.52% | 0.97% | - |
| XYZ | 57.44 | 38.19 | 67.3 | - |
| YUV | 168.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 213 | 0 | 0.52 | 0.14 | 0.03 | 316.41 | 0.9 | 0.72 |
| Hex | F8 | 78 | D5 | 0 | 34 | E | 3 | 13C | 5A | 48 |
| Octal | 370 | 170 | 325 | 0 | 64 | 16 | 3 | 474 | 132 | 110 |
| Binary | 11111000 | 1111000 | 11010101 | 0 | 110100 | 1110 | 11 | 100111100 | 1011010 | 1001000 |
Color Harmonies of #F878D5
Complementary color
Monochromatic Colors of #F878D5
Black with #F878D5
Text Example
Text Example
White with #F878D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F878D5; }
p { color: rgb(248,120,213); }
H1.HeaderClassName
{
color: #F878D5;
}
.AnyTagClassName
{
color: #F878D5;
}
</style>
background-color css
<style>
a { background-color: #F878D5; }
a { background-color: rgb(248,120,213); }
div.DivClassName
{
background-color: #F878D5;
}
.BgClassName
{
background-color: #F878D5;
}
</style>
border-color css
<style>
span { border-color: #F878D5; }
span { border-color: rgb(248,120,213); }
td.TdClassName
{
border-color: #F878D5;
}
.TagClassName
{
border-color: #F878D5;
}
</style>