#ED77C8

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

Shades of Neon Pink #ED77C8

Tints of Neon Pink #ED77C8

Color information

#ED77C8 (or 0xED77C8) is unknown color: approx Neon Pink. HEX triplet: ED, 77 and C8. RGB value is (237,119,200). Sum of RGB (Red+Green+Blue) = 237+119+200=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77C8 is #128837. Grayscale: #A3A3A3. Windows color (decimal): -1214520 or 13137901. OLE color: 13137901.

HSL color Cylindrical-coordinate representation of color #ED77C8: hue angle of 318.81º 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 #ED77C8 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237119200-
CMYK00.500.160.07
HSL318.81º76.62%69.8%-
HSV(B)318.81º49.79%92.94%-
XYZ51.9535.3758.73-
YUV163.52148.59180.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 119 (46.88% from 255) = 21.40%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=42.63%
G=21.40%
B=35.97%

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
Decimal23711920000.500.160.07318.8176.6269.8
HexED77C803210713f4d46
Octal355167310062207477115106
Binary1110110111101111100100001100101000011110011111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED77C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED77C8; }

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

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

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

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

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

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

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

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