Shades of Neon Pink #EC60BE
Tints of Neon Pink #EC60BE
RGB
CMYK
RGB Variations
Color information
#EC60BE (or 0xEC60BE) is known color: Neon Pink. HEX triplet: EC, 60 and BE. RGB value is (236,96,190). Sum of RGB (Red+Green+Blue) = 236+96+190=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60BE is #139F41. Grayscale: #949494. Windows color (decimal): -1285954 or 12476652. OLE color: 12476652.
HSL color Cylindrical-coordinate representation of color #EC60BE: hue angle of 319.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60BE is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 190 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.07 |
| HSL | 319.71º | 0.79% | 0.65% | - |
| HSV(B) | 319.71º | 0.59% | 0.93% | - |
| XYZ | 48.07 | 29.92 | 51.96 | - |
| YUV | 148.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 190 | 0 | 0.59 | 0.19 | 0.07 | 319.71 | 0.79 | 0.65 |
| Hex | EC | 60 | BE | 0 | 3B | 13 | 7 | 140 | 4F | 41 |
| Octal | 354 | 140 | 276 | 0 | 73 | 23 | 7 | 500 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10111110 | 0 | 111011 | 10011 | 111 | 101000000 | 1001111 | 1000001 |
Color Harmonies of #EC60BE
Complementary color
Monochromatic Colors of #EC60BE
Black with #EC60BE
Text Example
Text Example
White with #EC60BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60BE; }
p { color: rgb(236,96,190); }
H1.HeaderClassName
{
color: #EC60BE;
}
.AnyTagClassName
{
color: #EC60BE;
}
</style>
background-color css
<style>
a { background-color: #EC60BE; }
a { background-color: rgb(236,96,190); }
div.DivClassName
{
background-color: #EC60BE;
}
.BgClassName
{
background-color: #EC60BE;
}
</style>
border-color css
<style>
span { border-color: #EC60BE; }
span { border-color: rgb(236,96,190); }
td.TdClassName
{
border-color: #EC60BE;
}
.TagClassName
{
border-color: #EC60BE;
}
</style>