#ED62BD

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

Shades of Neon Pink #ED62BD

Tints of Neon Pink #ED62BD

Color information

#ED62BD (or 0xED62BD) is unknown color: approx Neon Pink. HEX triplet: ED, 62 and BD. RGB value is (237,98,189). Sum of RGB (Red+Green+Blue) = 237+98+189=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED62BD is #129D42. Grayscale: #959595. Windows color (decimal): -1219907 or 12411629. OLE color: 12411629.

HSL color Cylindrical-coordinate representation of color #ED62BD: hue angle of 320.72º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED62BD is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB23798189-
CMYK00.590.200.07
HSL320.72º79.43%65.69%-
HSV(B)320.72º58.65%92.94%-
XYZ48.4830.4151.46-
YUV149.94150.05190.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 98 (38.67% from 255) = 18.70%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=45.23%
G=18.70%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379818900.590.200.07320.7279.4365.69
HexED62BD03B1471414f42
Octal355142275073247501117102
Binary1110110111000101011110101110111010011110100000110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED62BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED62BD; }

 p { color: rgb(237,98,189); }

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

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

 a { background-color: rgb(237,98,189); }

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

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

 span { border-color: rgb(237,98,189); }

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