Shades of Neon Pink #EC62BD
Tints of Neon Pink #EC62BD
RGB
CMYK
RGB Variations
Color information
#EC62BD (or 0xEC62BD) is known color: Neon Pink. HEX triplet: EC, 62 and BD. RGB value is (236,98,189). Sum of RGB (Red+Green+Blue) = 236+98+189=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62BD is #139D42. Grayscale: #959595. Windows color (decimal): -1285443 or 12411628. OLE color: 12411628.
HSL color Cylindrical-coordinate representation of color #EC62BD: hue angle of 320.43º 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 #EC62BD is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 189 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.07 |
| HSL | 320.43º | 0.78% | 0.65% | - |
| HSV(B) | 320.43º | 0.58% | 0.93% | - |
| XYZ | 48.15 | 30.24 | 51.44 | - |
| YUV | 149.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 189 | 0 | 0.58 | 0.20 | 0.07 | 320.43 | 0.78 | 0.65 |
| Hex | EC | 62 | BD | 0 | 3A | 14 | 7 | 140 | 4E | 41 |
| Octal | 354 | 142 | 275 | 0 | 72 | 24 | 7 | 500 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10111101 | 0 | 111010 | 10100 | 111 | 101000000 | 1001110 | 1000001 |
Color Harmonies of #EC62BD
Complementary color
Monochromatic Colors of #EC62BD
Black with #EC62BD
Text Example
Text Example
White with #EC62BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62BD; }
p { color: rgb(236,98,189); }
H1.HeaderClassName
{
color: #EC62BD;
}
.AnyTagClassName
{
color: #EC62BD;
}
</style>
background-color css
<style>
a { background-color: #EC62BD; }
a { background-color: rgb(236,98,189); }
div.DivClassName
{
background-color: #EC62BD;
}
.BgClassName
{
background-color: #EC62BD;
}
</style>
border-color css
<style>
span { border-color: #EC62BD; }
span { border-color: rgb(236,98,189); }
td.TdClassName
{
border-color: #EC62BD;
}
.TagClassName
{
border-color: #EC62BD;
}
</style>