#ED62BF

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

Shades of Neon Pink #ED62BF

Tints of Neon Pink #ED62BF

Color information

#ED62BF (or 0xED62BF) is unknown color: approx Neon Pink. HEX triplet: ED, 62 and BF. RGB value is (237,98,191). Sum of RGB (Red+Green+Blue) = 237+98+191=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED62BF is #129D40. Grayscale: #959595. Windows color (decimal): -1219905 or 12542701. OLE color: 12542701.

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

Color convert

RGB23798191-
CMYK00.590.190.07
HSL319.86º79.43%65.69%-
HSV(B)319.86º58.65%92.94%-
XYZ48.730.552.61-
YUV150.16151.05189.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 98 (38.67% from 255) = 18.63%
BLUE value IS 191 (75% from 255) = 36.31%
R=45.06%
G=18.63%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379819100.590.190.07319.8679.4365.69
HexED62BF03B1371404f42
Octal355142277073237500117102
Binary1110110111000101011111101110111001111110100000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED62BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED62BF; }

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

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

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

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

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

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

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

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