Shades of Neon Pink #EC65C2
Tints of Neon Pink #EC65C2
RGB
CMYK
RGB Variations
Color information
#EC65C2 (or 0xEC65C2) is known color: Neon Pink. HEX triplet: EC, 65 and C2. RGB value is (236,101,194). Sum of RGB (Red+Green+Blue) = 236+101+194=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65C2 is #139A3D. Grayscale: #979797. Windows color (decimal): -1284670 or 12740076. OLE color: 12740076.
HSL color Cylindrical-coordinate representation of color #EC65C2: hue angle of 318.67º 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 #EC65C2 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 194 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.07 |
| HSL | 318.67º | 0.78% | 0.66% | - |
| HSV(B) | 318.67º | 0.57% | 0.93% | - |
| XYZ | 48.98 | 31.04 | 54.45 | - |
| YUV | 151.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 194 | 0 | 0.57 | 0.18 | 0.07 | 318.67 | 0.78 | 0.66 |
| Hex | EC | 65 | C2 | 0 | 39 | 12 | 7 | 13F | 4E | 42 |
| Octal | 354 | 145 | 302 | 0 | 71 | 22 | 7 | 477 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11000010 | 0 | 111001 | 10010 | 111 | 100111111 | 1001110 | 1000010 |
Color Harmonies of #EC65C2
Complementary color
Monochromatic Colors of #EC65C2
Black with #EC65C2
Text Example
Text Example
White with #EC65C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65C2; }
p { color: rgb(236,101,194); }
H1.HeaderClassName
{
color: #EC65C2;
}
.AnyTagClassName
{
color: #EC65C2;
}
</style>
background-color css
<style>
a { background-color: #EC65C2; }
a { background-color: rgb(236,101,194); }
div.DivClassName
{
background-color: #EC65C2;
}
.BgClassName
{
background-color: #EC65C2;
}
</style>
border-color css
<style>
span { border-color: #EC65C2; }
span { border-color: rgb(236,101,194); }
td.TdClassName
{
border-color: #EC65C2;
}
.TagClassName
{
border-color: #EC65C2;
}
</style>