Shades of Neon Pink #F856C7
Tints of Neon Pink #F856C7
RGB
CMYK
RGB Variations
Color information
#F856C7 (or 0xF856C7) is known color: Neon Pink. HEX triplet: F8, 56 and C7. RGB value is (248,86,199). Sum of RGB (Red+Green+Blue) = 248+86+199=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F856C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856C7 is #07A938. Grayscale: #939393. Windows color (decimal): -502073 or 13063928. OLE color: 13063928.
HSL color Cylindrical-coordinate representation of color #F856C7: hue angle of 318.15º 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 #F856C7 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 199 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.03 |
| HSL | 318.15º | 0.92% | 0.65% | - |
| HSV(B) | 318.15º | 0.65% | 0.97% | - |
| XYZ | 52.35 | 30.74 | 57.21 | - |
| YUV | 147.32 | 157.17 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 199 | 0 | 0.65 | 0.20 | 0.03 | 318.15 | 0.92 | 0.65 |
| Hex | F8 | 56 | C7 | 0 | 41 | 14 | 3 | 13E | 5C | 41 |
| Octal | 370 | 126 | 307 | 0 | 101 | 24 | 3 | 476 | 134 | 101 |
| Binary | 11111000 | 1010110 | 11000111 | 0 | 1000001 | 10100 | 11 | 100111110 | 1011100 | 1000001 |
Color Harmonies of #F856C7
Complementary color
Monochromatic Colors of #F856C7
Black with #F856C7
Text Example
Text Example
White with #F856C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856C7; }
p { color: rgb(248,86,199); }
H1.HeaderClassName
{
color: #F856C7;
}
.AnyTagClassName
{
color: #F856C7;
}
</style>
background-color css
<style>
a { background-color: #F856C7; }
a { background-color: rgb(248,86,199); }
div.DivClassName
{
background-color: #F856C7;
}
.BgClassName
{
background-color: #F856C7;
}
</style>
border-color css
<style>
span { border-color: #F856C7; }
span { border-color: rgb(248,86,199); }
td.TdClassName
{
border-color: #F856C7;
}
.TagClassName
{
border-color: #F856C7;
}
</style>