Html Css Color HEX #ED60BE Neon Pink

📋 copy color: '#ED60BE'

red 237 ◦ green 96 ◦ blue 190

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

Shades of Neon Pink #ED60BE

Tints of Neon Pink #ED60BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.36%

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

R = 45.32%
G = 18.36%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED60BE (or 0xED60BE) is known color: Neon Pink. HEX triplet: ED, 60 and BE. RGB value is (237,96,190). Sum of RGB (Red+Green+Blue) = 237+96+190=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60BE is #129F41. Grayscale: #949494. Windows color (decimal): -1220418 or 12476653. OLE color: 12476653.

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

Color convert

RGB 237 96 190 -
CMYK 0 0.59 0.20 0.07
HSL 320º 0.8% 0.65% -
HSV(B) 320º 0.59% 0.93% -
XYZ 48.4 30.09 51.97 -
YUV 148.88 151.21 190.86 -
System Red Green Blue C M Y K H S L
Decimal 237 96 190 0 0.59 0.20 0.07 320 0.8 0.65
Hex ED 60 BE 0 3B 14 7 140 50 41
Octal 355 140 276 0 73 24 7 500 120 101
Binary 11101101 1100000 10111110 0 111011 10100 111 101000000 1010000 1000001

Color Harmonies of #ED60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60BE

Black with #ED60BE

Text Example


Text Example

White with #ED60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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