Shades of Neon Pink #EC56BF
Tints of Neon Pink #EC56BF
RGB
CMYK
RGB Variations
Color information
#EC56BF (or 0xEC56BF) is known color: Neon Pink. HEX triplet: EC, 56 and BF. RGB value is (236,86,191). Sum of RGB (Red+Green+Blue) = 236+86+191=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56BF is #13A940. Grayscale: #8E8E8E. Windows color (decimal): -1288513 or 12539628. OLE color: 12539628.
HSL color Cylindrical-coordinate representation of color #EC56BF: hue angle of 318º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC56BF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 191 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.07 |
| HSL | 318º | 0.8% | 0.63% | - |
| HSV(B) | 318º | 0.64% | 0.93% | - |
| XYZ | 47.32 | 28.25 | 52.25 | - |
| YUV | 142.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 191 | 0 | 0.64 | 0.19 | 0.07 | 318 | 0.8 | 0.63 |
| Hex | EC | 56 | BF | 0 | 40 | 13 | 7 | 13E | 50 | 3F |
| Octal | 354 | 126 | 277 | 0 | 100 | 23 | 7 | 476 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10111111 | 0 | 1000000 | 10011 | 111 | 100111110 | 1010000 | 111111 |
Color Harmonies of #EC56BF
Complementary color
Monochromatic Colors of #EC56BF
Black with #EC56BF
Text Example
Text Example
White with #EC56BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56BF; }
p { color: rgb(236,86,191); }
H1.HeaderClassName
{
color: #EC56BF;
}
.AnyTagClassName
{
color: #EC56BF;
}
</style>
background-color css
<style>
a { background-color: #EC56BF; }
a { background-color: rgb(236,86,191); }
div.DivClassName
{
background-color: #EC56BF;
}
.BgClassName
{
background-color: #EC56BF;
}
</style>
border-color css
<style>
span { border-color: #EC56BF; }
span { border-color: rgb(236,86,191); }
td.TdClassName
{
border-color: #EC56BF;
}
.TagClassName
{
border-color: #EC56BF;
}
</style>