Shades of Neon Pink #F857C2
Tints of Neon Pink #F857C2
RGB
CMYK
RGB Variations
Color information
#F857C2 (or 0xF857C2) is known color: Neon Pink. HEX triplet: F8, 57 and C2. RGB value is (248,87,194). Sum of RGB (Red+Green+Blue) = 248+87+194=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F857C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F857C2 is #07A83D. Grayscale: #939393. Windows color (decimal): -501822 or 12736504. OLE color: 12736504.
HSL color Cylindrical-coordinate representation of color #F857C2: hue angle of 320.12º 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 #F857C2 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 194 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.03 |
| HSL | 320.12º | 0.92% | 0.66% | - |
| HSV(B) | 320.12º | 0.65% | 0.97% | - |
| XYZ | 51.86 | 30.67 | 54.23 | - |
| YUV | 147.34 | 154.34 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 194 | 0 | 0.65 | 0.22 | 0.03 | 320.12 | 0.92 | 0.66 |
| Hex | F8 | 57 | C2 | 0 | 41 | 16 | 3 | 140 | 5C | 42 |
| Octal | 370 | 127 | 302 | 0 | 101 | 26 | 3 | 500 | 134 | 102 |
| Binary | 11111000 | 1010111 | 11000010 | 0 | 1000001 | 10110 | 11 | 101000000 | 1011100 | 1000010 |
Color Harmonies of #F857C2
Complementary color
Monochromatic Colors of #F857C2
Black with #F857C2
Text Example
Text Example
White with #F857C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F857C2; }
p { color: rgb(248,87,194); }
H1.HeaderClassName
{
color: #F857C2;
}
.AnyTagClassName
{
color: #F857C2;
}
</style>
background-color css
<style>
a { background-color: #F857C2; }
a { background-color: rgb(248,87,194); }
div.DivClassName
{
background-color: #F857C2;
}
.BgClassName
{
background-color: #F857C2;
}
</style>
border-color css
<style>
span { border-color: #F857C2; }
span { border-color: rgb(248,87,194); }
td.TdClassName
{
border-color: #F857C2;
}
.TagClassName
{
border-color: #F857C2;
}
</style>