Shades of Neon Pink #EC63C4
Tints of Neon Pink #EC63C4
RGB
CMYK
RGB Variations
Color information
#EC63C4 (or 0xEC63C4) is known color: Neon Pink. HEX triplet: EC, 63 and C4. RGB value is (236,99,196). Sum of RGB (Red+Green+Blue) = 236+99+196=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63C4 is #139C3B. Grayscale: #969696. Windows color (decimal): -1285180 or 12870636. OLE color: 12870636.
HSL color Cylindrical-coordinate representation of color #EC63C4: hue angle of 317.52º 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 #EC63C4 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 196 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.07 |
| HSL | 317.52º | 0.78% | 0.66% | - |
| HSV(B) | 317.52º | 0.58% | 0.93% | - |
| XYZ | 49.02 | 30.74 | 55.57 | - |
| YUV | 151.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 196 | 0 | 0.58 | 0.17 | 0.07 | 317.52 | 0.78 | 0.66 |
| Hex | EC | 63 | C4 | 0 | 3A | 11 | 7 | 13E | 4E | 42 |
| Octal | 354 | 143 | 304 | 0 | 72 | 21 | 7 | 476 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11000100 | 0 | 111010 | 10001 | 111 | 100111110 | 1001110 | 1000010 |
Color Harmonies of #EC63C4
Complementary color
Monochromatic Colors of #EC63C4
Black with #EC63C4
Text Example
Text Example
White with #EC63C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63C4; }
p { color: rgb(236,99,196); }
H1.HeaderClassName
{
color: #EC63C4;
}
.AnyTagClassName
{
color: #EC63C4;
}
</style>
background-color css
<style>
a { background-color: #EC63C4; }
a { background-color: rgb(236,99,196); }
div.DivClassName
{
background-color: #EC63C4;
}
.BgClassName
{
background-color: #EC63C4;
}
</style>
border-color css
<style>
span { border-color: #EC63C4; }
span { border-color: rgb(236,99,196); }
td.TdClassName
{
border-color: #EC63C4;
}
.TagClassName
{
border-color: #EC63C4;
}
</style>