Shades of Neon Pink #EC5BC2
Tints of Neon Pink #EC5BC2
RGB
CMYK
RGB Variations
Color information
#EC5BC2 (or 0xEC5BC2) is known color: Neon Pink. HEX triplet: EC, 5B and C2. RGB value is (236,91,194). Sum of RGB (Red+Green+Blue) = 236+91+194=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BC2 is #13A43D. Grayscale: #919191. Windows color (decimal): -1287230 or 12737516. OLE color: 12737516.
HSL color Cylindrical-coordinate representation of color #EC5BC2: hue angle of 317.38º 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 #EC5BC2 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 194 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.07 |
| HSL | 317.38º | 0.79% | 0.64% | - |
| HSV(B) | 317.38º | 0.61% | 0.93% | - |
| XYZ | 48.07 | 29.21 | 54.14 | - |
| YUV | 146.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 194 | 0 | 0.61 | 0.18 | 0.07 | 317.38 | 0.79 | 0.64 |
| Hex | EC | 5B | C2 | 0 | 3D | 12 | 7 | 13D | 4F | 40 |
| Octal | 354 | 133 | 302 | 0 | 75 | 22 | 7 | 475 | 117 | 100 |
| Binary | 11101100 | 1011011 | 11000010 | 0 | 111101 | 10010 | 111 | 100111101 | 1001111 | 1000000 |
Color Harmonies of #EC5BC2
Complementary color
Monochromatic Colors of #EC5BC2
Black with #EC5BC2
Text Example
Text Example
White with #EC5BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BC2; }
p { color: rgb(236,91,194); }
H1.HeaderClassName
{
color: #EC5BC2;
}
.AnyTagClassName
{
color: #EC5BC2;
}
</style>
background-color css
<style>
a { background-color: #EC5BC2; }
a { background-color: rgb(236,91,194); }
div.DivClassName
{
background-color: #EC5BC2;
}
.BgClassName
{
background-color: #EC5BC2;
}
</style>
border-color css
<style>
span { border-color: #EC5BC2; }
span { border-color: rgb(236,91,194); }
td.TdClassName
{
border-color: #EC5BC2;
}
.TagClassName
{
border-color: #EC5BC2;
}
</style>