#EC60C0

Color #EC60C0 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #EC60C0

Tints of Neon Pink #EC60C0

Color information

#EC60C0 (or 0xEC60C0) is unknown color: approx Neon Pink. HEX triplet: EC, 60 and C0. RGB value is (236,96,192). Sum of RGB (Red+Green+Blue) = 236+96+192=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60C0 is #139F3F. Grayscale: #949494. Windows color (decimal): -1285952 or 12607724. OLE color: 12607724.

HSL color Cylindrical-coordinate representation of color #EC60C0: hue angle of 318.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60C0 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB23696192-
CMYK00.590.190.07
HSL318.86º78.65%65.1%-
HSV(B)318.86º59.32%92.55%-
XYZ48.293053.12-
YUV148.8152.38190.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 45.04%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=45.04%
G=18.32%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369619200.590.190.07318.8678.6565.1
HexEC60C003B13713f4f41
Octal354140300073237477117101
Binary1110110011000001100000001110111001111110011111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC60C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC60C0; }

 p { color: rgb(236,96,192); }

 H1.HeaderClassName
 {
   color: #EC60C0;
 }
 .AnyTagClassName
 {
   color: #EC60C0;
 }
</style>
background-color css

<style>
 a { background-color: #EC60C0; }

 a { background-color: rgb(236,96,192); }

 div.DivClassName
 {
   background-color: #EC60C0;
 }
 .BgClassName
 {
   background-color: #EC60C0;
 }
</style>
border-color css

<style>
 span { border-color: #EC60C0; }

 span { border-color: rgb(236,96,192); }

 td.TdClassName
 {
   border-color: #EC60C0;
 }
 .TagClassName
 {
   border-color: #EC60C0;
 }
</style>