Html Css Color HEX #ED73CB Neon Pink

📋 copy color: '#ED73CB'

red 237 ◦ green 115 ◦ blue 203

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

Shades of Neon Pink #ED73CB

Tints of Neon Pink #ED73CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.72%

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

R = 42.7%
G = 20.72%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED73CB (or 0xED73CB) is known color: Neon Pink. HEX triplet: ED, 73 and CB. RGB value is (237,115,203). Sum of RGB (Red+Green+Blue) = 237+115+203=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73CB is #128C34. Grayscale: #A1A1A1. Windows color (decimal): -1215541 or 13333485. OLE color: 13333485.

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

Color convert

RGB 237 115 203 -
CMYK 0 0.51 0.14 0.07
HSL 316.72º 0.77% 0.69% -
HSV(B) 316.72º 0.51% 0.93% -
XYZ 51.84 34.58 60.44 -
YUV 161.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 237 115 203 0 0.51 0.14 0.07 316.72 0.77 0.69
Hex ED 73 CB 0 33 E 7 13D 4D 45
Octal 355 163 313 0 63 16 7 475 115 105
Binary 11101101 1110011 11001011 0 110011 1110 111 100111101 1001101 1000101

Color Harmonies of #ED73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED73CB

Black with #ED73CB

Text Example


Text Example

White with #ED73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED73CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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