Shades of Neon Pink #EC64C9
Tints of Neon Pink #EC64C9
RGB
CMYK
RGB Variations
Color information
#EC64C9 (or 0xEC64C9) is known color: Neon Pink. HEX triplet: EC, 64 and C9. RGB value is (236,100,201). Sum of RGB (Red+Green+Blue) = 236+100+201=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64C9 is #139B36. Grayscale: #979797. Windows color (decimal): -1284919 or 13198572. OLE color: 13198572.
HSL color Cylindrical-coordinate representation of color #EC64C9: hue angle of 315.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64C9 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 201 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.07 |
| HSL | 315.44º | 0.78% | 0.66% | - |
| HSV(B) | 315.44º | 0.58% | 0.93% | - |
| XYZ | 49.69 | 31.16 | 58.65 | - |
| YUV | 152.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 201 | 0 | 0.58 | 0.15 | 0.07 | 315.44 | 0.78 | 0.66 |
| Hex | EC | 64 | C9 | 0 | 3A | F | 7 | 13B | 4E | 42 |
| Octal | 354 | 144 | 311 | 0 | 72 | 17 | 7 | 473 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11001001 | 0 | 111010 | 1111 | 111 | 100111011 | 1001110 | 1000010 |
Color Harmonies of #EC64C9
Complementary color
Monochromatic Colors of #EC64C9
Black with #EC64C9
Text Example
Text Example
White with #EC64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64C9; }
p { color: rgb(236,100,201); }
H1.HeaderClassName
{
color: #EC64C9;
}
.AnyTagClassName
{
color: #EC64C9;
}
</style>
background-color css
<style>
a { background-color: #EC64C9; }
a { background-color: rgb(236,100,201); }
div.DivClassName
{
background-color: #EC64C9;
}
.BgClassName
{
background-color: #EC64C9;
}
</style>
border-color css
<style>
span { border-color: #EC64C9; }
span { border-color: rgb(236,100,201); }
td.TdClassName
{
border-color: #EC64C9;
}
.TagClassName
{
border-color: #EC64C9;
}
</style>