Shades of Neon Pink #F056C0
Tints of Neon Pink #F056C0
RGB
CMYK
RGB Variations
Color information
#F056C0 (or 0xF056C0) is known color: Neon Pink. HEX triplet: F0, 56 and C0. RGB value is (240,86,192). Sum of RGB (Red+Green+Blue) = 240+86+192=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F056C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F056C0 is #0FA93F. Grayscale: #8F8F8F. Windows color (decimal): -1026368 or 12605168. OLE color: 12605168.
HSL color Cylindrical-coordinate representation of color #F056C0: hue angle of 318.7º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F056C0 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 192 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.06 |
| HSL | 318.7º | 0.84% | 0.64% | - |
| HSV(B) | 318.7º | 0.64% | 0.94% | - |
| XYZ | 48.78 | 28.99 | 52.89 | - |
| YUV | 144.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 192 | 0 | 0.64 | 0.20 | 0.06 | 318.7 | 0.84 | 0.64 |
| Hex | F0 | 56 | C0 | 0 | 40 | 14 | 6 | 13F | 54 | 40 |
| Octal | 360 | 126 | 300 | 0 | 100 | 24 | 6 | 477 | 124 | 100 |
| Binary | 11110000 | 1010110 | 11000000 | 0 | 1000000 | 10100 | 110 | 100111111 | 1010100 | 1000000 |
Color Harmonies of #F056C0
Complementary color
Monochromatic Colors of #F056C0
Black with #F056C0
Text Example
Text Example
White with #F056C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F056C0; }
p { color: rgb(240,86,192); }
H1.HeaderClassName
{
color: #F056C0;
}
.AnyTagClassName
{
color: #F056C0;
}
</style>
background-color css
<style>
a { background-color: #F056C0; }
a { background-color: rgb(240,86,192); }
div.DivClassName
{
background-color: #F056C0;
}
.BgClassName
{
background-color: #F056C0;
}
</style>
border-color css
<style>
span { border-color: #F056C0; }
span { border-color: rgb(240,86,192); }
td.TdClassName
{
border-color: #F056C0;
}
.TagClassName
{
border-color: #F056C0;
}
</style>