#EC60BE

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

Shades of Neon Pink #EC60BE

Tints of Neon Pink #EC60BE

Color information

#EC60BE (or 0xEC60BE) is unknown color: approx Neon Pink. HEX triplet: EC, 60 and BE. RGB value is (236,96,190). Sum of RGB (Red+Green+Blue) = 236+96+190=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60BE is #139F41. Grayscale: #949494. Windows color (decimal): -1285954 or 12476652. OLE color: 12476652.

HSL color Cylindrical-coordinate representation of color #EC60BE: hue angle of 319.71º 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 #EC60BE is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB23696190-
CMYK00.590.190.07
HSL319.71º78.65%65.1%-
HSV(B)319.71º59.32%92.55%-
XYZ48.0729.9251.96-
YUV148.58151.38190.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 96 (37.89% from 255) = 18.39%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=45.21%
G=18.39%
B=36.40%

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
Decimal2369619000.590.190.07319.7178.6565.1
HexEC60BE03B1371404f41
Octal354140276073237500117101
Binary1110110011000001011111001110111001111110100000010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC60BE; }

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

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

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

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

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

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

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

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