#ED61C5

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

Shades of Neon Pink #ED61C5

Tints of Neon Pink #ED61C5

Color information

#ED61C5 (or 0xED61C5) is unknown color: approx Neon Pink. HEX triplet: ED, 61 and C5. RGB value is (237,97,197). Sum of RGB (Red+Green+Blue) = 237+97+197=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED61C5 is #129E3A. Grayscale: #969696. Windows color (decimal): -1220155 or 12935661. OLE color: 12935661.

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

Color convert

RGB23797197-
CMYK00.590.170.07
HSL317.14º79.55%65.49%-
HSV(B)317.14º59.07%92.94%-
XYZ49.2830.5956.13-
YUV150.26154.38189.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 97 (38.28% from 255) = 18.27%
BLUE value IS 197 (77.34% from 255) = 37.10%
R=44.63%
G=18.27%
B=37.10%

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
Decimal2379719700.590.170.07317.1479.5565.49
HexED61C503B11713d5041
Octal355141305073217475120101
Binary1110110111000011100010101110111000111110011110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED61C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED61C5; }

 p { color: rgb(237,97,197); }

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

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

 a { background-color: rgb(237,97,197); }

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

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

 span { border-color: rgb(237,97,197); }

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