Shades of Neon Pink #EC63C1
Tints of Neon Pink #EC63C1
RGB
CMYK
RGB Variations
Color information
#EC63C1 (or 0xEC63C1) is known color: Neon Pink. HEX triplet: EC, 63 and C1. RGB value is (236,99,193). Sum of RGB (Red+Green+Blue) = 236+99+193=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63C1 is #139C3E. Grayscale: #969696. Windows color (decimal): -1285183 or 12674028. OLE color: 12674028.
HSL color Cylindrical-coordinate representation of color #EC63C1: hue angle of 318.83º 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 #EC63C1 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 193 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.07 |
| HSL | 318.83º | 0.78% | 0.66% | - |
| HSV(B) | 318.83º | 0.58% | 0.93% | - |
| XYZ | 48.68 | 30.61 | 53.79 | - |
| YUV | 150.68 | 151.89 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 193 | 0 | 0.58 | 0.18 | 0.07 | 318.83 | 0.78 | 0.66 |
| Hex | EC | 63 | C1 | 0 | 3A | 12 | 7 | 13F | 4E | 42 |
| Octal | 354 | 143 | 301 | 0 | 72 | 22 | 7 | 477 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11000001 | 0 | 111010 | 10010 | 111 | 100111111 | 1001110 | 1000010 |
Color Harmonies of #EC63C1
Complementary color
Monochromatic Colors of #EC63C1
Black with #EC63C1
Text Example
Text Example
White with #EC63C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63C1; }
p { color: rgb(236,99,193); }
H1.HeaderClassName
{
color: #EC63C1;
}
.AnyTagClassName
{
color: #EC63C1;
}
</style>
background-color css
<style>
a { background-color: #EC63C1; }
a { background-color: rgb(236,99,193); }
div.DivClassName
{
background-color: #EC63C1;
}
.BgClassName
{
background-color: #EC63C1;
}
</style>
border-color css
<style>
span { border-color: #EC63C1; }
span { border-color: rgb(236,99,193); }
td.TdClassName
{
border-color: #EC63C1;
}
.TagClassName
{
border-color: #EC63C1;
}
</style>