Shades of Neon Pink #F857C0
Tints of Neon Pink #F857C0
RGB
CMYK
RGB Variations
Color information
#F857C0 (or 0xF857C0) is known color: Neon Pink. HEX triplet: F8, 57 and C0. RGB value is (248,87,192). Sum of RGB (Red+Green+Blue) = 248+87+192=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F857C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F857C0 is #07A83F. Grayscale: #929292. Windows color (decimal): -501824 or 12605432. OLE color: 12605432.
HSL color Cylindrical-coordinate representation of color #F857C0: hue angle of 320.87º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F857C0 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 192 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.03 |
| HSL | 320.87º | 0.92% | 0.66% | - |
| HSV(B) | 320.87º | 0.65% | 0.97% | - |
| XYZ | 51.63 | 30.58 | 53.05 | - |
| YUV | 147.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 192 | 0 | 0.65 | 0.23 | 0.03 | 320.87 | 0.92 | 0.66 |
| Hex | F8 | 57 | C0 | 0 | 41 | 17 | 3 | 141 | 5C | 42 |
| Octal | 370 | 127 | 300 | 0 | 101 | 27 | 3 | 501 | 134 | 102 |
| Binary | 11111000 | 1010111 | 11000000 | 0 | 1000001 | 10111 | 11 | 101000001 | 1011100 | 1000010 |
Color Harmonies of #F857C0
Complementary color
Monochromatic Colors of #F857C0
Black with #F857C0
Text Example
Text Example
White with #F857C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F857C0; }
p { color: rgb(248,87,192); }
H1.HeaderClassName
{
color: #F857C0;
}
.AnyTagClassName
{
color: #F857C0;
}
</style>
background-color css
<style>
a { background-color: #F857C0; }
a { background-color: rgb(248,87,192); }
div.DivClassName
{
background-color: #F857C0;
}
.BgClassName
{
background-color: #F857C0;
}
</style>
border-color css
<style>
span { border-color: #F857C0; }
span { border-color: rgb(248,87,192); }
td.TdClassName
{
border-color: #F857C0;
}
.TagClassName
{
border-color: #F857C0;
}
</style>