Shades of Neon Pink #EC65C3
Tints of Neon Pink #EC65C3
RGB
CMYK
RGB Variations
Color information
#EC65C3 (or 0xEC65C3) is known color: Neon Pink. HEX triplet: EC, 65 and C3. RGB value is (236,101,195). Sum of RGB (Red+Green+Blue) = 236+101+195=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65C3 is #139A3C. Grayscale: #979797. Windows color (decimal): -1284669 or 12805612. OLE color: 12805612.
HSL color Cylindrical-coordinate representation of color #EC65C3: hue angle of 318.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC65C3 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 195 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.07 |
| HSL | 318.22º | 0.78% | 0.66% | - |
| HSV(B) | 318.22º | 0.57% | 0.93% | - |
| XYZ | 49.1 | 31.08 | 55.04 | - |
| YUV | 152.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 195 | 0 | 0.57 | 0.17 | 0.07 | 318.22 | 0.78 | 0.66 |
| Hex | EC | 65 | C3 | 0 | 39 | 11 | 7 | 13E | 4E | 42 |
| Octal | 354 | 145 | 303 | 0 | 71 | 21 | 7 | 476 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11000011 | 0 | 111001 | 10001 | 111 | 100111110 | 1001110 | 1000010 |
Color Harmonies of #EC65C3
Complementary color
Monochromatic Colors of #EC65C3
Black with #EC65C3
Text Example
Text Example
White with #EC65C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65C3; }
p { color: rgb(236,101,195); }
H1.HeaderClassName
{
color: #EC65C3;
}
.AnyTagClassName
{
color: #EC65C3;
}
</style>
background-color css
<style>
a { background-color: #EC65C3; }
a { background-color: rgb(236,101,195); }
div.DivClassName
{
background-color: #EC65C3;
}
.BgClassName
{
background-color: #EC65C3;
}
</style>
border-color css
<style>
span { border-color: #EC65C3; }
span { border-color: rgb(236,101,195); }
td.TdClassName
{
border-color: #EC65C3;
}
.TagClassName
{
border-color: #EC65C3;
}
</style>