Shades of Neon Pink #EC62BC
Tints of Neon Pink #EC62BC
RGB
CMYK
RGB Variations
Color information
#EC62BC (or 0xEC62BC) is known color: Neon Pink. HEX triplet: EC, 62 and BC. RGB value is (236,98,188). Sum of RGB (Red+Green+Blue) = 236+98+188=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62BC is #139D43. Grayscale: #959595. Windows color (decimal): -1285444 or 12346092. OLE color: 12346092.
HSL color Cylindrical-coordinate representation of color #EC62BC: hue angle of 320.87º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC62BC is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 188 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.07 |
| HSL | 320.87º | 0.78% | 0.65% | - |
| HSV(B) | 320.87º | 0.58% | 0.93% | - |
| XYZ | 48.04 | 30.2 | 50.87 | - |
| YUV | 149.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 188 | 0 | 0.58 | 0.20 | 0.07 | 320.87 | 0.78 | 0.65 |
| Hex | EC | 62 | BC | 0 | 3A | 14 | 7 | 141 | 4E | 41 |
| Octal | 354 | 142 | 274 | 0 | 72 | 24 | 7 | 501 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10111100 | 0 | 111010 | 10100 | 111 | 101000001 | 1001110 | 1000001 |
Color Harmonies of #EC62BC
Complementary color
Monochromatic Colors of #EC62BC
Black with #EC62BC
Text Example
Text Example
White with #EC62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62BC; }
p { color: rgb(236,98,188); }
H1.HeaderClassName
{
color: #EC62BC;
}
.AnyTagClassName
{
color: #EC62BC;
}
</style>
background-color css
<style>
a { background-color: #EC62BC; }
a { background-color: rgb(236,98,188); }
div.DivClassName
{
background-color: #EC62BC;
}
.BgClassName
{
background-color: #EC62BC;
}
</style>
border-color css
<style>
span { border-color: #EC62BC; }
span { border-color: rgb(236,98,188); }
td.TdClassName
{
border-color: #EC62BC;
}
.TagClassName
{
border-color: #EC62BC;
}
</style>