Html Css Color HEX #ED54BE Neon Pink

📋 copy color: '#ED54BE'

red 237 ◦ green 84 ◦ blue 190

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

Shades of Neon Pink #ED54BE

Tints of Neon Pink #ED54BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.44%

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

R = 46.38%
G = 16.44%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED54BE (or 0xED54BE) is known color: Neon Pink. HEX triplet: ED, 54 and BE. RGB value is (237,84,190). Sum of RGB (Red+Green+Blue) = 237+84+190=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54BE is #12AB41. Grayscale: #8D8D8D. Windows color (decimal): -1223490 or 12473581. OLE color: 12473581.

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

Color convert

RGB 237 84 190 -
CMYK 0 0.65 0.20 0.07
HSL 318.43º 0.81% 0.63% -
HSV(B) 318.43º 0.65% 0.93% -
XYZ 47.39 28.06 51.63 -
YUV 141.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 237 84 190 0 0.65 0.20 0.07 318.43 0.81 0.63
Hex ED 54 BE 0 41 14 7 13E 51 3F
Octal 355 124 276 0 101 24 7 476 121 77
Binary 11101101 1010100 10111110 0 1000001 10100 111 100111110 1010001 111111

Color Harmonies of #ED54BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED54BE

Black with #ED54BE

Text Example


Text Example

White with #ED54BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED54BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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