#ED76C8

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

Shades of Neon Pink #ED76C8

Tints of Neon Pink #ED76C8

Color information

#ED76C8 (or 0xED76C8) is unknown color: approx Neon Pink. HEX triplet: ED, 76 and C8. RGB value is (237,118,200). Sum of RGB (Red+Green+Blue) = 237+118+200=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76C8 is #128937. Grayscale: #A2A2A2. Windows color (decimal): -1214776 or 13137645. OLE color: 13137645.

HSL color Cylindrical-coordinate representation of color #ED76C8: hue angle of 318.66º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76C8 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237118200-
CMYK00.500.160.07
HSL318.66º76.77%69.61%-
HSV(B)318.66º50.21%92.94%-
XYZ51.8335.1358.69-
YUV162.93148.92180.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 118 (46.48% from 255) = 21.26%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=42.70%
G=21.26%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711820000.500.160.07318.6676.7769.61
HexED76C803210713f4d46
Octal355166310062207477115106
Binary1110110111101101100100001100101000011110011111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED76C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED76C8; }

 p { color: rgb(237,118,200); }

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

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

 a { background-color: rgb(237,118,200); }

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

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

 span { border-color: rgb(237,118,200); }

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