Shades of Neon Pink #EC75CC
Tints of Neon Pink #EC75CC
RGB
CMYK
RGB Variations
Color information
#EC75CC (or 0xEC75CC) is known color: Neon Pink. HEX triplet: EC, 75 and CC. RGB value is (236,117,204). Sum of RGB (Red+Green+Blue) = 236+117+204=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75CC is #138A33. Grayscale: #A2A2A2. Windows color (decimal): -1280564 or 13399532. OLE color: 13399532.
HSL color Cylindrical-coordinate representation of color #EC75CC: hue angle of 316.13º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75CC is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 204 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.07 |
| HSL | 316.13º | 0.76% | 0.69% | - |
| HSV(B) | 316.13º | 0.5% | 0.93% | - |
| XYZ | 51.85 | 34.92 | 61.13 | - |
| YUV | 162.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 204 | 0 | 0.50 | 0.14 | 0.07 | 316.13 | 0.76 | 0.69 |
| Hex | EC | 75 | CC | 0 | 32 | E | 7 | 13C | 4C | 45 |
| Octal | 354 | 165 | 314 | 0 | 62 | 16 | 7 | 474 | 114 | 105 |
| Binary | 11101100 | 1110101 | 11001100 | 0 | 110010 | 1110 | 111 | 100111100 | 1001100 | 1000101 |
Color Harmonies of #EC75CC
Complementary color
Monochromatic Colors of #EC75CC
Black with #EC75CC
Text Example
Text Example
White with #EC75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75CC; }
p { color: rgb(236,117,204); }
H1.HeaderClassName
{
color: #EC75CC;
}
.AnyTagClassName
{
color: #EC75CC;
}
</style>
background-color css
<style>
a { background-color: #EC75CC; }
a { background-color: rgb(236,117,204); }
div.DivClassName
{
background-color: #EC75CC;
}
.BgClassName
{
background-color: #EC75CC;
}
</style>
border-color css
<style>
span { border-color: #EC75CC; }
span { border-color: rgb(236,117,204); }
td.TdClassName
{
border-color: #EC75CC;
}
.TagClassName
{
border-color: #EC75CC;
}
</style>