Shades of Neon Pink #EC5BC3
Tints of Neon Pink #EC5BC3
RGB
CMYK
RGB Variations
Color information
#EC5BC3 (or 0xEC5BC3) is known color: Neon Pink. HEX triplet: EC, 5B and C3. RGB value is (236,91,195). Sum of RGB (Red+Green+Blue) = 236+91+195=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BC3 is #13A43C. Grayscale: #919191. Windows color (decimal): -1287229 or 12803052. OLE color: 12803052.
HSL color Cylindrical-coordinate representation of color #EC5BC3: hue angle of 316.97º 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 #EC5BC3 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 195 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.07 |
| HSL | 316.97º | 0.79% | 0.64% | - |
| HSV(B) | 316.97º | 0.61% | 0.93% | - |
| XYZ | 48.18 | 29.26 | 54.74 | - |
| YUV | 146.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 195 | 0 | 0.61 | 0.17 | 0.07 | 316.97 | 0.79 | 0.64 |
| Hex | EC | 5B | C3 | 0 | 3D | 11 | 7 | 13D | 4F | 40 |
| Octal | 354 | 133 | 303 | 0 | 75 | 21 | 7 | 475 | 117 | 100 |
| Binary | 11101100 | 1011011 | 11000011 | 0 | 111101 | 10001 | 111 | 100111101 | 1001111 | 1000000 |
Color Harmonies of #EC5BC3
Complementary color
Monochromatic Colors of #EC5BC3
Black with #EC5BC3
Text Example
Text Example
White with #EC5BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BC3; }
p { color: rgb(236,91,195); }
H1.HeaderClassName
{
color: #EC5BC3;
}
.AnyTagClassName
{
color: #EC5BC3;
}
</style>
background-color css
<style>
a { background-color: #EC5BC3; }
a { background-color: rgb(236,91,195); }
div.DivClassName
{
background-color: #EC5BC3;
}
.BgClassName
{
background-color: #EC5BC3;
}
</style>
border-color css
<style>
span { border-color: #EC5BC3; }
span { border-color: rgb(236,91,195); }
td.TdClassName
{
border-color: #EC5BC3;
}
.TagClassName
{
border-color: #EC5BC3;
}
</style>