Shades of Neon Pink #EC65C7
Tints of Neon Pink #EC65C7
RGB
CMYK
RGB Variations
Color information
#EC65C7 (or 0xEC65C7) is known color: Neon Pink. HEX triplet: EC, 65 and C7. RGB value is (236,101,199). Sum of RGB (Red+Green+Blue) = 236+101+199=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65C7 is #139A38. Grayscale: #989898. Windows color (decimal): -1284665 or 13067756. OLE color: 13067756.
HSL color Cylindrical-coordinate representation of color #EC65C7: hue angle of 316.44º 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 #EC65C7 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 199 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.07 |
| HSL | 316.44º | 0.78% | 0.66% | - |
| HSV(B) | 316.44º | 0.57% | 0.93% | - |
| XYZ | 49.55 | 31.26 | 57.46 | - |
| YUV | 152.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 199 | 0 | 0.57 | 0.16 | 0.07 | 316.44 | 0.78 | 0.66 |
| Hex | EC | 65 | C7 | 0 | 39 | 10 | 7 | 13C | 4E | 42 |
| Octal | 354 | 145 | 307 | 0 | 71 | 20 | 7 | 474 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11000111 | 0 | 111001 | 10000 | 111 | 100111100 | 1001110 | 1000010 |
Color Harmonies of #EC65C7
Complementary color
Monochromatic Colors of #EC65C7
Black with #EC65C7
Text Example
Text Example
White with #EC65C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65C7; }
p { color: rgb(236,101,199); }
H1.HeaderClassName
{
color: #EC65C7;
}
.AnyTagClassName
{
color: #EC65C7;
}
</style>
background-color css
<style>
a { background-color: #EC65C7; }
a { background-color: rgb(236,101,199); }
div.DivClassName
{
background-color: #EC65C7;
}
.BgClassName
{
background-color: #EC65C7;
}
</style>
border-color css
<style>
span { border-color: #EC65C7; }
span { border-color: rgb(236,101,199); }
td.TdClassName
{
border-color: #EC65C7;
}
.TagClassName
{
border-color: #EC65C7;
}
</style>