Html Css Color HEX #ED72CB Neon Pink

📋 copy color: '#ED72CB'

red 237 ◦ green 114 ◦ blue 203

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

Shades of Neon Pink #ED72CB

Tints of Neon Pink #ED72CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.58%

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

R = 42.78%
G = 20.58%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED72CB (or 0xED72CB) is known color: Neon Pink. HEX triplet: ED, 72 and CB. RGB value is (237,114,203). Sum of RGB (Red+Green+Blue) = 237+114+203=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED72CB is #128D34. Grayscale: #A0A0A0. Windows color (decimal): -1215797 or 13333229. OLE color: 13333229.

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

Color convert

RGB 237 114 203 -
CMYK 0 0.52 0.14 0.07
HSL 316.59º 0.77% 0.69% -
HSV(B) 316.59º 0.52% 0.93% -
XYZ 51.72 34.35 60.4 -
YUV 160.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 237 114 203 0 0.52 0.14 0.07 316.59 0.77 0.69
Hex ED 72 CB 0 34 E 7 13D 4D 45
Octal 355 162 313 0 64 16 7 475 115 105
Binary 11101101 1110010 11001011 0 110100 1110 111 100111101 1001101 1000101

Color Harmonies of #ED72CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72CB

Black with #ED72CB

Text Example


Text Example

White with #ED72CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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