#ED60C4

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

Shades of Neon Pink #ED60C4

Tints of Neon Pink #ED60C4

Color information

#ED60C4 (or 0xED60C4) is unknown color: approx Neon Pink. HEX triplet: ED, 60 and C4. RGB value is (237,96,196). Sum of RGB (Red+Green+Blue) = 237+96+196=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60C4 is #129F3B. Grayscale: #959595. Windows color (decimal): -1220412 or 12869869. OLE color: 12869869.

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

Color convert

RGB23796196-
CMYK00.590.170.07
HSL317.45º79.66%65.29%-
HSV(B)317.45º59.49%92.94%-
XYZ49.0730.3655.5-
YUV149.56154.21190.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 96 (37.89% from 255) = 18.15%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=44.80%
G=18.15%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379619600.590.170.07317.4579.6665.29
HexED60C403B11713d5041
Octal355140304073217475120101
Binary1110110111000001100010001110111000111110011110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED60C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED60C4; }

 p { color: rgb(237,96,196); }

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

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

 a { background-color: rgb(237,96,196); }

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

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

 span { border-color: rgb(237,96,196); }

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