Html Css Color HEX #ED79CE Neon Pink

📋 copy color: '#ED79CE'

red 237 ◦ green 121 ◦ blue 206

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

Shades of Neon Pink #ED79CE

Tints of Neon Pink #ED79CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.45%

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 42.02%
G = 21.45%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED79CE (or 0xED79CE) is known color: Neon Pink. HEX triplet: ED, 79 and CE. RGB value is (237,121,206). Sum of RGB (Red+Green+Blue) = 237+121+206=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79CE is #128631. Grayscale: #A5A5A5. Windows color (decimal): -1214002 or 13531629. OLE color: 13531629.

HSL color Cylindrical-coordinate representation of color #ED79CE: hue angle of 316.03º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED79CE is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 121 206 -
CMYK 0 0.49 0.13 0.07
HSL 316.03º 0.76% 0.7% -
HSV(B) 316.03º 0.49% 0.93% -
XYZ 52.9 36.14 62.58 -
YUV 165.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 237 121 206 0 0.49 0.13 0.07 316.03 0.76 0.7
Hex ED 79 CE 0 31 D 7 13C 4C 46
Octal 355 171 316 0 61 15 7 474 114 106
Binary 11101101 1111001 11001110 0 110001 1101 111 100111100 1001100 1000110

Color Harmonies of #ED79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED79CE

Black with #ED79CE

Text Example


Text Example

White with #ED79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED79CE; }

 p { color: rgb(237,121,206); }

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

background-color css

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

 a { background-color: rgb(237,121,206); }

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

border-color css

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

 span { border-color: rgb(237,121,206); }

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