Shades of Neon Pink #F56ECC
Tints of Neon Pink #F56ECC
RGB
CMYK
RGB Variations
Color information
#F56ECC (or 0xF56ECC) is known color: Neon Pink. HEX triplet: F5, 6E and CC. RGB value is (245,110,204). Sum of RGB (Red+Green+Blue) = 245+110+204=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ECC is #0A9133. Grayscale: #A0A0A0. Windows color (decimal): -692532 or 13397749. OLE color: 13397749.
HSL color Cylindrical-coordinate representation of color #F56ECC: hue angle of 318.22º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56ECC is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 204 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.04 |
| HSL | 318.22º | 0.87% | 0.7% | - |
| HSV(B) | 318.22º | 0.55% | 0.96% | - |
| XYZ | 54.13 | 34.92 | 61.01 | - |
| YUV | 161.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 204 | 0 | 0.55 | 0.17 | 0.04 | 318.22 | 0.87 | 0.7 |
| Hex | F5 | 6E | CC | 0 | 37 | 11 | 4 | 13E | 57 | 46 |
| Octal | 365 | 156 | 314 | 0 | 67 | 21 | 4 | 476 | 127 | 106 |
| Binary | 11110101 | 1101110 | 11001100 | 0 | 110111 | 10001 | 100 | 100111110 | 1010111 | 1000110 |
Color Harmonies of #F56ECC
Complementary color
Monochromatic Colors of #F56ECC
Black with #F56ECC
Text Example
Text Example
White with #F56ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56ECC; }
p { color: rgb(245,110,204); }
H1.HeaderClassName
{
color: #F56ECC;
}
.AnyTagClassName
{
color: #F56ECC;
}
</style>
background-color css
<style>
a { background-color: #F56ECC; }
a { background-color: rgb(245,110,204); }
div.DivClassName
{
background-color: #F56ECC;
}
.BgClassName
{
background-color: #F56ECC;
}
</style>
border-color css
<style>
span { border-color: #F56ECC; }
span { border-color: rgb(245,110,204); }
td.TdClassName
{
border-color: #F56ECC;
}
.TagClassName
{
border-color: #F56ECC;
}
</style>