Shades of Neon Pink #EC59BF
Tints of Neon Pink #EC59BF
RGB
CMYK
RGB Variations
Color information
#EC59BF (or 0xEC59BF) is known color: Neon Pink. HEX triplet: EC, 59 and BF. RGB value is (236,89,191). Sum of RGB (Red+Green+Blue) = 236+89+191=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59BF is #13A640. Grayscale: #909090. Windows color (decimal): -1287745 or 12540396. OLE color: 12540396.
HSL color Cylindrical-coordinate representation of color #EC59BF: hue angle of 318.37º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59BF is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 191 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.07 |
| HSL | 318.37º | 0.79% | 0.64% | - |
| HSV(B) | 318.37º | 0.62% | 0.93% | - |
| XYZ | 47.57 | 28.74 | 52.33 | - |
| YUV | 144.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 191 | 0 | 0.62 | 0.19 | 0.07 | 318.37 | 0.79 | 0.64 |
| Hex | EC | 59 | BF | 0 | 3E | 13 | 7 | 13E | 4F | 40 |
| Octal | 354 | 131 | 277 | 0 | 76 | 23 | 7 | 476 | 117 | 100 |
| Binary | 11101100 | 1011001 | 10111111 | 0 | 111110 | 10011 | 111 | 100111110 | 1001111 | 1000000 |
Color Harmonies of #EC59BF
Complementary color
Monochromatic Colors of #EC59BF
Black with #EC59BF
Text Example
Text Example
White with #EC59BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59BF; }
p { color: rgb(236,89,191); }
H1.HeaderClassName
{
color: #EC59BF;
}
.AnyTagClassName
{
color: #EC59BF;
}
</style>
background-color css
<style>
a { background-color: #EC59BF; }
a { background-color: rgb(236,89,191); }
div.DivClassName
{
background-color: #EC59BF;
}
.BgClassName
{
background-color: #EC59BF;
}
</style>
border-color css
<style>
span { border-color: #EC59BF; }
span { border-color: rgb(236,89,191); }
td.TdClassName
{
border-color: #EC59BF;
}
.TagClassName
{
border-color: #EC59BF;
}
</style>