Html Css Color HEX #ED60BF Neon Pink

📋 copy color: '#ED60BF'

red 237 ◦ green 96 ◦ blue 191

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

Shades of Neon Pink #ED60BF

Tints of Neon Pink #ED60BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 45.23%
G = 18.32%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED60BF (or 0xED60BF) is known color: Neon Pink. HEX triplet: ED, 60 and BF. RGB value is (237,96,191). Sum of RGB (Red+Green+Blue) = 237+96+191=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60BF is #129F40. Grayscale: #949494. Windows color (decimal): -1220417 or 12542189. OLE color: 12542189.

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

Color convert

RGB 237 96 191 -
CMYK 0 0.59 0.19 0.07
HSL 319.57º 0.8% 0.65% -
HSV(B) 319.57º 0.59% 0.93% -
XYZ 48.51 30.13 52.55 -
YUV 148.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 237 96 191 0 0.59 0.19 0.07 319.57 0.8 0.65
Hex ED 60 BF 0 3B 13 7 140 50 41
Octal 355 140 277 0 73 23 7 500 120 101
Binary 11101101 1100000 10111111 0 111011 10011 111 101000000 1010000 1000001

Color Harmonies of #ED60BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60BF

Black with #ED60BF

Text Example


Text Example

White with #ED60BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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