Shades of Neon Pink #F856C6
Tints of Neon Pink #F856C6
RGB
CMYK
RGB Variations
Color information
#F856C6 (or 0xF856C6) is known color: Neon Pink. HEX triplet: F8, 56 and C6. RGB value is (248,86,198). Sum of RGB (Red+Green+Blue) = 248+86+198=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F856C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856C6 is #07A939. Grayscale: #929292. Windows color (decimal): -502074 or 12998392. OLE color: 12998392.
HSL color Cylindrical-coordinate representation of color #F856C6: hue angle of 318.52º 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 #F856C6 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 198 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.03 |
| HSL | 318.52º | 0.92% | 0.65% | - |
| HSV(B) | 318.52º | 0.65% | 0.97% | - |
| XYZ | 52.23 | 30.69 | 56.6 | - |
| YUV | 147.21 | 156.67 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 198 | 0 | 0.65 | 0.20 | 0.03 | 318.52 | 0.92 | 0.65 |
| Hex | F8 | 56 | C6 | 0 | 41 | 14 | 3 | 13F | 5C | 41 |
| Octal | 370 | 126 | 306 | 0 | 101 | 24 | 3 | 477 | 134 | 101 |
| Binary | 11111000 | 1010110 | 11000110 | 0 | 1000001 | 10100 | 11 | 100111111 | 1011100 | 1000001 |
Color Harmonies of #F856C6
Complementary color
Monochromatic Colors of #F856C6
Black with #F856C6
Text Example
Text Example
White with #F856C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856C6; }
p { color: rgb(248,86,198); }
H1.HeaderClassName
{
color: #F856C6;
}
.AnyTagClassName
{
color: #F856C6;
}
</style>
background-color css
<style>
a { background-color: #F856C6; }
a { background-color: rgb(248,86,198); }
div.DivClassName
{
background-color: #F856C6;
}
.BgClassName
{
background-color: #F856C6;
}
</style>
border-color css
<style>
span { border-color: #F856C6; }
span { border-color: rgb(248,86,198); }
td.TdClassName
{
border-color: #F856C6;
}
.TagClassName
{
border-color: #F856C6;
}
</style>