#EC6CC4

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

Shades of Neon Pink #EC6CC4

Tints of Neon Pink #EC6CC4

Color information

#EC6CC4 (or 0xEC6CC4) is unknown color: approx Neon Pink. HEX triplet: EC, 6C and C4. RGB value is (236,108,196). Sum of RGB (Red+Green+Blue) = 236+108+196=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CC4 is #13933B. Grayscale: #9C9C9C. Windows color (decimal): -1282876 or 12872940. OLE color: 12872940.

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

Color convert

RGB236108196-
CMYK00.540.170.07
HSL318.75º77.11%67.45%-
HSV(B)318.75º54.24%92.55%-
XYZ49.9232.5455.88-
YUV156.3150.41184.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 108 (42.58% from 255) = 20%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=43.70%
G=20%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610819600.540.170.07318.7577.1167.45
HexEC6CC403611713f4d43
Octal354154304066217477115103
Binary1110110011011001100010001101101000111110011111110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6CC4; }

 p { color: rgb(236,108,196); }

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

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

 a { background-color: rgb(236,108,196); }

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

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

 span { border-color: rgb(236,108,196); }

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