#EC66C0

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

Shades of Neon Pink #EC66C0

Tints of Neon Pink #EC66C0

Color information

#EC66C0 (or 0xEC66C0) is unknown color: approx Neon Pink. HEX triplet: EC, 66 and C0. RGB value is (236,102,192). Sum of RGB (Red+Green+Blue) = 236+102+192=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66C0 is #13993F. Grayscale: #989898. Windows color (decimal): -1284416 or 12609260. OLE color: 12609260.

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

Color convert

RGB236102192-
CMYK00.570.190.07
HSL319.7º77.91%66.27%-
HSV(B)319.7º56.78%92.55%-
XYZ48.8631.1453.3-
YUV152.33150.39187.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 102 (40.23% from 255) = 19.25%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=44.53%
G=19.25%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610219200.570.190.07319.777.9166.27
HexEC66C00391371404e42
Octal354146300071237500116102
Binary1110110011001101100000001110011001111110100000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC66C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC66C0; }

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

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

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

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

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

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

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

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