Html Css Color HEX #ED76CB Neon Pink

📋 copy color: '#ED76CB'

red 237 ◦ green 118 ◦ blue 203

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

Shades of Neon Pink #ED76CB

Tints of Neon Pink #ED76CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.15%

 BLUE value IS 203 (79.69% from 255) = 36.38%

R = 42.47%
G = 21.15%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED76CB (or 0xED76CB) is known color: Neon Pink. HEX triplet: ED, 76 and CB. RGB value is (237,118,203). Sum of RGB (Red+Green+Blue) = 237+118+203=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76CB is #128934. Grayscale: #A3A3A3. Windows color (decimal): -1214773 or 13334253. OLE color: 13334253.

HSL color Cylindrical-coordinate representation of color #ED76CB: hue angle of 317.14º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76CB is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 203 -
CMYK 0 0.50 0.14 0.07
HSL 317.14º 0.77% 0.7% -
HSV(B) 317.14º 0.5% 0.93% -
XYZ 52.18 35.27 60.56 -
YUV 163.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 237 118 203 0 0.50 0.14 0.07 317.14 0.77 0.7
Hex ED 76 CB 0 32 E 7 13D 4D 46
Octal 355 166 313 0 62 16 7 475 115 106
Binary 11101101 1110110 11001011 0 110010 1110 111 100111101 1001101 1000110

Color Harmonies of #ED76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76CB

Black with #ED76CB

Text Example


Text Example

White with #ED76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76CB; }

 p { color: rgb(237,118,203); }

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

background-color css

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

 a { background-color: rgb(237,118,203); }

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

border-color css

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

 span { border-color: rgb(237,118,203); }

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