#ED79CC

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

Shades of Neon Pink #ED79CC

Tints of Neon Pink #ED79CC

Color information

#ED79CC (or 0xED79CC) is unknown color: approx Neon Pink. HEX triplet: ED, 79 and CC. RGB value is (237,121,204). Sum of RGB (Red+Green+Blue) = 237+121+204=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79CC is #128633. Grayscale: #A4A4A4. Windows color (decimal): -1214004 or 13400557. OLE color: 13400557.

HSL color Cylindrical-coordinate representation of color #ED79CC: hue angle of 317.07º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED79CC is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237121204-
CMYK00.490.140.07
HSL317.07º76.32%70.2%-
HSV(B)317.07º48.95%92.94%-
XYZ52.6636.0461.31-
YUV165.15149.93179.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 121 (47.66% from 255) = 21.53%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=42.17%
G=21.53%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712120400.490.140.07317.0776.3270.2
HexED79CC031E713d4c46
Octal355171314061167475114106
Binary111011011111001110011000110001111011110011110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED79CC; }

 p { color: rgb(237,121,204); }

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

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

 a { background-color: rgb(237,121,204); }

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

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

 span { border-color: rgb(237,121,204); }

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