Html Css Color HEX #ED78CE Neon Pink

📋 copy color: '#ED78CE'

red 237 ◦ green 120 ◦ blue 206

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

Shades of Neon Pink #ED78CE

Tints of Neon Pink #ED78CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.31%

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

R = 42.1%
G = 21.31%
B = 36.59%

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

#ED78CE (or 0xED78CE) is known color: Neon Pink. HEX triplet: ED, 78 and CE. RGB value is (237,120,206). Sum of RGB (Red+Green+Blue) = 237+120+206=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78CE is #128731. Grayscale: #A4A4A4. Windows color (decimal): -1214258 or 13531373. OLE color: 13531373.

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

Color convert

RGB 237 120 206 -
CMYK 0 0.49 0.13 0.07
HSL 315.9º 0.76% 0.7% -
HSV(B) 315.9º 0.49% 0.93% -
XYZ 52.78 35.89 62.54 -
YUV 164.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 237 120 206 0 0.49 0.13 0.07 315.9 0.76 0.7
Hex ED 78 CE 0 31 D 7 13C 4C 46
Octal 355 170 316 0 61 15 7 474 114 106
Binary 11101101 1111000 11001110 0 110001 1101 111 100111100 1001100 1000110

Color Harmonies of #ED78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78CE

Black with #ED78CE

Text Example


Text Example

White with #ED78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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