#EC63C3

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

Shades of Neon Pink #EC63C3

Tints of Neon Pink #EC63C3

Color information

#EC63C3 (or 0xEC63C3) is unknown color: approx Neon Pink. HEX triplet: EC, 63 and C3. RGB value is (236,99,195). Sum of RGB (Red+Green+Blue) = 236+99+195=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63C3 is #139C3C. Grayscale: #969696. Windows color (decimal): -1285181 or 12805100. OLE color: 12805100.

HSL color Cylindrical-coordinate representation of color #EC63C3: hue angle of 317.96º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC63C3 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB23699195-
CMYK00.580.170.07
HSL317.96º78.29%65.69%-
HSV(B)317.96º58.05%92.55%-
XYZ48.930.754.98-
YUV150.91152.89188.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 99 (39.06% from 255) = 18.68%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=44.53%
G=18.68%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369919500.580.170.07317.9678.2965.69
HexEC63C303A11713e4e42
Octal354143303072217476116102
Binary1110110011000111100001101110101000111110011111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC63C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC63C3; }

 p { color: rgb(236,99,195); }

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

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

 a { background-color: rgb(236,99,195); }

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

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

 span { border-color: rgb(236,99,195); }

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