Shades of Neon Pink #F856C4
Tints of Neon Pink #F856C4
RGB
CMYK
RGB Variations
Color information
#F856C4 (or 0xF856C4) is known color: Neon Pink. HEX triplet: F8, 56 and C4. RGB value is (248,86,196). Sum of RGB (Red+Green+Blue) = 248+86+196=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F856C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856C4 is #07A93B. Grayscale: #929292. Windows color (decimal): -502076 or 12867320. OLE color: 12867320.
HSL color Cylindrical-coordinate representation of color #F856C4: hue angle of 319.26º 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 #F856C4 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 196 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.03 |
| HSL | 319.26º | 0.92% | 0.65% | - |
| HSV(B) | 319.26º | 0.65% | 0.97% | - |
| XYZ | 52 | 30.6 | 55.39 | - |
| YUV | 146.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 196 | 0 | 0.65 | 0.21 | 0.03 | 319.26 | 0.92 | 0.65 |
| Hex | F8 | 56 | C4 | 0 | 41 | 15 | 3 | 13F | 5C | 41 |
| Octal | 370 | 126 | 304 | 0 | 101 | 25 | 3 | 477 | 134 | 101 |
| Binary | 11111000 | 1010110 | 11000100 | 0 | 1000001 | 10101 | 11 | 100111111 | 1011100 | 1000001 |
Color Harmonies of #F856C4
Complementary color
Monochromatic Colors of #F856C4
Black with #F856C4
Text Example
Text Example
White with #F856C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856C4; }
p { color: rgb(248,86,196); }
H1.HeaderClassName
{
color: #F856C4;
}
.AnyTagClassName
{
color: #F856C4;
}
</style>
background-color css
<style>
a { background-color: #F856C4; }
a { background-color: rgb(248,86,196); }
div.DivClassName
{
background-color: #F856C4;
}
.BgClassName
{
background-color: #F856C4;
}
</style>
border-color css
<style>
span { border-color: #F856C4; }
span { border-color: rgb(248,86,196); }
td.TdClassName
{
border-color: #F856C4;
}
.TagClassName
{
border-color: #F856C4;
}
</style>