Shades of Neon Pink #F56ECE
Tints of Neon Pink #F56ECE
RGB
CMYK
RGB Variations
Color information
#F56ECE (or 0xF56ECE) is known color: Neon Pink. HEX triplet: F5, 6E and CE. RGB value is (245,110,206). Sum of RGB (Red+Green+Blue) = 245+110+206=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ECE is #0A9131. Grayscale: #A1A1A1. Windows color (decimal): -692530 or 13528821. OLE color: 13528821.
HSL color Cylindrical-coordinate representation of color #F56ECE: hue angle of 317.33º 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 #F56ECE is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 206 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.04 |
| HSL | 317.33º | 0.87% | 0.7% | - |
| HSV(B) | 317.33º | 0.55% | 0.96% | - |
| XYZ | 54.37 | 35.02 | 62.29 | - |
| YUV | 161.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 206 | 0 | 0.55 | 0.16 | 0.04 | 317.33 | 0.87 | 0.7 |
| Hex | F5 | 6E | CE | 0 | 37 | 10 | 4 | 13D | 57 | 46 |
| Octal | 365 | 156 | 316 | 0 | 67 | 20 | 4 | 475 | 127 | 106 |
| Binary | 11110101 | 1101110 | 11001110 | 0 | 110111 | 10000 | 100 | 100111101 | 1010111 | 1000110 |
Color Harmonies of #F56ECE
Complementary color
Monochromatic Colors of #F56ECE
Black with #F56ECE
Text Example
Text Example
White with #F56ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56ECE; }
p { color: rgb(245,110,206); }
H1.HeaderClassName
{
color: #F56ECE;
}
.AnyTagClassName
{
color: #F56ECE;
}
</style>
background-color css
<style>
a { background-color: #F56ECE; }
a { background-color: rgb(245,110,206); }
div.DivClassName
{
background-color: #F56ECE;
}
.BgClassName
{
background-color: #F56ECE;
}
</style>
border-color css
<style>
span { border-color: #F56ECE; }
span { border-color: rgb(245,110,206); }
td.TdClassName
{
border-color: #F56ECE;
}
.TagClassName
{
border-color: #F56ECE;
}
</style>