Shades of Neon Pink #F056C2
Tints of Neon Pink #F056C2
RGB
CMYK
RGB Variations
Color information
#F056C2 (or 0xF056C2) is known color: Neon Pink. HEX triplet: F0, 56 and C2. RGB value is (240,86,194). Sum of RGB (Red+Green+Blue) = 240+86+194=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F056C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F056C2 is #0FA93D. Grayscale: #909090. Windows color (decimal): -1026366 or 12736240. OLE color: 12736240.
HSL color Cylindrical-coordinate representation of color #F056C2: hue angle of 317.92º 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 #F056C2 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 194 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.06 |
| HSL | 317.92º | 0.84% | 0.64% | - |
| HSV(B) | 317.92º | 0.64% | 0.94% | - |
| XYZ | 49 | 29.08 | 54.07 | - |
| YUV | 144.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 194 | 0 | 0.64 | 0.19 | 0.06 | 317.92 | 0.84 | 0.64 |
| Hex | F0 | 56 | C2 | 0 | 40 | 13 | 6 | 13E | 54 | 40 |
| Octal | 360 | 126 | 302 | 0 | 100 | 23 | 6 | 476 | 124 | 100 |
| Binary | 11110000 | 1010110 | 11000010 | 0 | 1000000 | 10011 | 110 | 100111110 | 1010100 | 1000000 |
Color Harmonies of #F056C2
Complementary color
Monochromatic Colors of #F056C2
Black with #F056C2
Text Example
Text Example
White with #F056C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F056C2; }
p { color: rgb(240,86,194); }
H1.HeaderClassName
{
color: #F056C2;
}
.AnyTagClassName
{
color: #F056C2;
}
</style>
background-color css
<style>
a { background-color: #F056C2; }
a { background-color: rgb(240,86,194); }
div.DivClassName
{
background-color: #F056C2;
}
.BgClassName
{
background-color: #F056C2;
}
</style>
border-color css
<style>
span { border-color: #F056C2; }
span { border-color: rgb(240,86,194); }
td.TdClassName
{
border-color: #F056C2;
}
.TagClassName
{
border-color: #F056C2;
}
</style>