Shades of Neon Pink #EC5BC0
Tints of Neon Pink #EC5BC0
RGB
CMYK
RGB Variations
Color information
#EC5BC0 (or 0xEC5BC0) is known color: Neon Pink. HEX triplet: EC, 5B and C0. RGB value is (236,91,192). Sum of RGB (Red+Green+Blue) = 236+91+192=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BC0 is #13A43F. Grayscale: #919191. Windows color (decimal): -1287232 or 12606444. OLE color: 12606444.
HSL color Cylindrical-coordinate representation of color #EC5BC0: hue angle of 318.21º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5BC0 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 192 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.07 |
| HSL | 318.21º | 0.79% | 0.64% | - |
| HSV(B) | 318.21º | 0.61% | 0.93% | - |
| XYZ | 47.85 | 29.12 | 52.97 | - |
| YUV | 145.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 192 | 0 | 0.61 | 0.19 | 0.07 | 318.21 | 0.79 | 0.64 |
| Hex | EC | 5B | C0 | 0 | 3D | 13 | 7 | 13E | 4F | 40 |
| Octal | 354 | 133 | 300 | 0 | 75 | 23 | 7 | 476 | 117 | 100 |
| Binary | 11101100 | 1011011 | 11000000 | 0 | 111101 | 10011 | 111 | 100111110 | 1001111 | 1000000 |
Color Harmonies of #EC5BC0
Complementary color
Monochromatic Colors of #EC5BC0
Black with #EC5BC0
Text Example
Text Example
White with #EC5BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BC0; }
p { color: rgb(236,91,192); }
H1.HeaderClassName
{
color: #EC5BC0;
}
.AnyTagClassName
{
color: #EC5BC0;
}
</style>
background-color css
<style>
a { background-color: #EC5BC0; }
a { background-color: rgb(236,91,192); }
div.DivClassName
{
background-color: #EC5BC0;
}
.BgClassName
{
background-color: #EC5BC0;
}
</style>
border-color css
<style>
span { border-color: #EC5BC0; }
span { border-color: rgb(236,91,192); }
td.TdClassName
{
border-color: #EC5BC0;
}
.TagClassName
{
border-color: #EC5BC0;
}
</style>