Shades of Neon Pink #F856C3
Tints of Neon Pink #F856C3
RGB
CMYK
RGB Variations
Color information
#F856C3 (or 0xF856C3) is known color: Neon Pink. HEX triplet: F8, 56 and C3. RGB value is (248,86,195). Sum of RGB (Red+Green+Blue) = 248+86+195=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F856C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856C3 is #07A93C. Grayscale: #929292. Windows color (decimal): -502077 or 12801784. OLE color: 12801784.
HSL color Cylindrical-coordinate representation of color #F856C3: hue angle of 319.63º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856C3 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 195 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.03 |
| HSL | 319.63º | 0.92% | 0.65% | - |
| HSV(B) | 319.63º | 0.65% | 0.97% | - |
| XYZ | 51.89 | 30.55 | 54.79 | - |
| YUV | 146.86 | 155.17 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 195 | 0 | 0.65 | 0.21 | 0.03 | 319.63 | 0.92 | 0.65 |
| Hex | F8 | 56 | C3 | 0 | 41 | 15 | 3 | 140 | 5C | 41 |
| Octal | 370 | 126 | 303 | 0 | 101 | 25 | 3 | 500 | 134 | 101 |
| Binary | 11111000 | 1010110 | 11000011 | 0 | 1000001 | 10101 | 11 | 101000000 | 1011100 | 1000001 |
Color Harmonies of #F856C3
Complementary color
Monochromatic Colors of #F856C3
Black with #F856C3
Text Example
Text Example
White with #F856C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856C3; }
p { color: rgb(248,86,195); }
H1.HeaderClassName
{
color: #F856C3;
}
.AnyTagClassName
{
color: #F856C3;
}
</style>
background-color css
<style>
a { background-color: #F856C3; }
a { background-color: rgb(248,86,195); }
div.DivClassName
{
background-color: #F856C3;
}
.BgClassName
{
background-color: #F856C3;
}
</style>
border-color css
<style>
span { border-color: #F856C3; }
span { border-color: rgb(248,86,195); }
td.TdClassName
{
border-color: #F856C3;
}
.TagClassName
{
border-color: #F856C3;
}
</style>