Html Css Color HEX #ED74CB Neon Pink

📋 copy color: '#ED74CB'

red 237 ◦ green 116 ◦ blue 203

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

Shades of Neon Pink #ED74CB

Tints of Neon Pink #ED74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.86%

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

R = 42.63%
G = 20.86%
B = 36.51%

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

#ED74CB (or 0xED74CB) is known color: Neon Pink. HEX triplet: ED, 74 and CB. RGB value is (237,116,203). Sum of RGB (Red+Green+Blue) = 237+116+203=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED74CB is #128B34. Grayscale: #A1A1A1. Windows color (decimal): -1215285 or 13333741. OLE color: 13333741.

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

Color convert

RGB 237 116 203 -
CMYK 0 0.51 0.14 0.07
HSL 316.86º 0.77% 0.69% -
HSV(B) 316.86º 0.51% 0.93% -
XYZ 51.95 34.81 60.48 -
YUV 162.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 237 116 203 0 0.51 0.14 0.07 316.86 0.77 0.69
Hex ED 74 CB 0 33 E 7 13D 4D 45
Octal 355 164 313 0 63 16 7 475 115 105
Binary 11101101 1110100 11001011 0 110011 1110 111 100111101 1001101 1000101

Color Harmonies of #ED74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED74CB

Black with #ED74CB

Text Example


Text Example

White with #ED74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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