Shades of Neon Pink #F878D0
Tints of Neon Pink #F878D0
RGB
CMYK
RGB Variations
Color information
#F878D0 (or 0xF878D0) is known color: Neon Pink. HEX triplet: F8, 78 and D0. RGB value is (248,120,208). Sum of RGB (Red+Green+Blue) = 248+120+208=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F878D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F878D0 is #07872F. Grayscale: #A8A8A8. Windows color (decimal): -493360 or 13662456. OLE color: 13662456.
HSL color Cylindrical-coordinate representation of color #F878D0: hue angle of 318.75º 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 #F878D0 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 208 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.03 |
| HSL | 318.75º | 0.9% | 0.72% | - |
| HSV(B) | 318.75º | 0.52% | 0.97% | - |
| XYZ | 56.81 | 37.94 | 64 | - |
| YUV | 168.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 208 | 0 | 0.52 | 0.16 | 0.03 | 318.75 | 0.9 | 0.72 |
| Hex | F8 | 78 | D0 | 0 | 34 | 10 | 3 | 13F | 5A | 48 |
| Octal | 370 | 170 | 320 | 0 | 64 | 20 | 3 | 477 | 132 | 110 |
| Binary | 11111000 | 1111000 | 11010000 | 0 | 110100 | 10000 | 11 | 100111111 | 1011010 | 1001000 |
Color Harmonies of #F878D0
Complementary color
Monochromatic Colors of #F878D0
Black with #F878D0
Text Example
Text Example
White with #F878D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F878D0; }
p { color: rgb(248,120,208); }
H1.HeaderClassName
{
color: #F878D0;
}
.AnyTagClassName
{
color: #F878D0;
}
</style>
background-color css
<style>
a { background-color: #F878D0; }
a { background-color: rgb(248,120,208); }
div.DivClassName
{
background-color: #F878D0;
}
.BgClassName
{
background-color: #F878D0;
}
</style>
border-color css
<style>
span { border-color: #F878D0; }
span { border-color: rgb(248,120,208); }
td.TdClassName
{
border-color: #F878D0;
}
.TagClassName
{
border-color: #F878D0;
}
</style>