Shades of Neon Pink #EC5FBE
Tints of Neon Pink #EC5FBE
RGB
CMYK
RGB Variations
Color information
#EC5FBE (or 0xEC5FBE) is known color: Neon Pink. HEX triplet: EC, 5F and BE. RGB value is (236,95,190). Sum of RGB (Red+Green+Blue) = 236+95+190=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FBE is #13A041. Grayscale: #939393. Windows color (decimal): -1286210 or 12476396. OLE color: 12476396.
HSL color Cylindrical-coordinate representation of color #EC5FBE: hue angle of 319.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FBE is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 190 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.07 |
| HSL | 319.57º | 0.79% | 0.65% | - |
| HSV(B) | 319.57º | 0.6% | 0.93% | - |
| XYZ | 47.98 | 29.73 | 51.93 | - |
| YUV | 147.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 190 | 0 | 0.60 | 0.19 | 0.07 | 319.57 | 0.79 | 0.65 |
| Hex | EC | 5F | BE | 0 | 3C | 13 | 7 | 140 | 4F | 41 |
| Octal | 354 | 137 | 276 | 0 | 74 | 23 | 7 | 500 | 117 | 101 |
| Binary | 11101100 | 1011111 | 10111110 | 0 | 111100 | 10011 | 111 | 101000000 | 1001111 | 1000001 |
Color Harmonies of #EC5FBE
Complementary color
Monochromatic Colors of #EC5FBE
Black with #EC5FBE
Text Example
Text Example
White with #EC5FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FBE; }
p { color: rgb(236,95,190); }
H1.HeaderClassName
{
color: #EC5FBE;
}
.AnyTagClassName
{
color: #EC5FBE;
}
</style>
background-color css
<style>
a { background-color: #EC5FBE; }
a { background-color: rgb(236,95,190); }
div.DivClassName
{
background-color: #EC5FBE;
}
.BgClassName
{
background-color: #EC5FBE;
}
</style>
border-color css
<style>
span { border-color: #EC5FBE; }
span { border-color: rgb(236,95,190); }
td.TdClassName
{
border-color: #EC5FBE;
}
.TagClassName
{
border-color: #EC5FBE;
}
</style>