Html Css Color HEX #ED70CB Neon Pink

📋 copy color: '#ED70CB'

red 237 ◦ green 112 ◦ blue 203

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

Shades of Neon Pink #ED70CB

Tints of Neon Pink #ED70CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.29%

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

R = 42.93%
G = 20.29%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED70CB (or 0xED70CB) is known color: Neon Pink. HEX triplet: ED, 70 and CB. RGB value is (237,112,203). Sum of RGB (Red+Green+Blue) = 237+112+203=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70CB is #128F34. Grayscale: #9F9F9F. Windows color (decimal): -1216309 or 13332717. OLE color: 13332717.

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

Color convert

RGB 237 112 203 -
CMYK 0 0.53 0.14 0.07
HSL 316.32º 0.78% 0.68% -
HSV(B) 316.32º 0.53% 0.93% -
XYZ 51.5 33.9 60.33 -
YUV 159.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 237 112 203 0 0.53 0.14 0.07 316.32 0.78 0.68
Hex ED 70 CB 0 35 E 7 13C 4E 44
Octal 355 160 313 0 65 16 7 474 116 104
Binary 11101101 1110000 11001011 0 110101 1110 111 100111100 1001110 1000100

Color Harmonies of #ED70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70CB

Black with #ED70CB

Text Example


Text Example

White with #ED70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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