#ED77CF

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

Shades of Neon Pink #ED77CF

Tints of Neon Pink #ED77CF

Color information

#ED77CF (or 0xED77CF) is unknown color: approx Neon Pink. HEX triplet: ED, 77 and CF. RGB value is (237,119,207). Sum of RGB (Red+Green+Blue) = 237+119+207=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77CF is #128830. Grayscale: #A4A4A4. Windows color (decimal): -1214513 or 13596653. OLE color: 13596653.

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

Color convert

RGB237119207-
CMYK00.500.130.07
HSL315.25º76.62%69.8%-
HSV(B)315.25º49.79%92.94%-
XYZ52.7835.763.14-
YUV164.31152.09179.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 119 (46.88% from 255) = 21.14%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=42.10%
G=21.14%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711920700.500.130.07315.2576.6269.8
HexED77CF032D713b4d46
Octal355167317062157473115106
Binary111011011110111110011110110010110111110011101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED77CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED77CF; }

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

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

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

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

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

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

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

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