Html Css Color HEX #ED56BE Neon Pink

📋 copy color: '#ED56BE'

red 237 ◦ green 86 ◦ blue 190

#ED56BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #ED56BE

Tints of Neon Pink #ED56BE

RGB

 RED value IS 237 (92.97% from 255) = 46.2%

 GREEN value IS 86 (33.98% from 255) = 16.76%

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 46.2%
G = 16.76%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED56BE (or 0xED56BE) is known color: Neon Pink. HEX triplet: ED, 56 and BE. RGB value is (237,86,190). Sum of RGB (Red+Green+Blue) = 237+86+190=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56BE is #12A941. Grayscale: #8E8E8E. Windows color (decimal): -1222978 or 12474093. OLE color: 12474093.

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

Color convert

RGB 237 86 190 -
CMYK 0 0.64 0.20 0.07
HSL 318.68º 0.81% 0.63% -
HSV(B) 318.68º 0.64% 0.93% -
XYZ 47.55 28.38 51.69 -
YUV 143.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 237 86 190 0 0.64 0.20 0.07 318.68 0.81 0.63
Hex ED 56 BE 0 40 14 7 13F 51 3F
Octal 355 126 276 0 100 24 7 477 121 77
Binary 11101101 1010110 10111110 0 1000000 10100 111 100111111 1010001 111111

Color Harmonies of #ED56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56BE

Black with #ED56BE

Text Example


Text Example

White with #ED56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56BE; }

 p { color: rgb(237,86,190); }

 H1.HeaderClassName
 {
   color: #ED56BE;
 }
 .AnyTagClassName
 {
   color: #ED56BE;
 }
</style>

background-color css

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

 a { background-color: rgb(237,86,190); }

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

border-color css

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

 span { border-color: rgb(237,86,190); }

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