Html Css Color HEX #ED78CC Neon Pink

📋 copy color: '#ED78CC'

red 237 ◦ green 120 ◦ blue 204

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

Shades of Neon Pink #ED78CC

Tints of Neon Pink #ED78CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 42.25%
G = 21.39%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED78CC (or 0xED78CC) is known color: Neon Pink. HEX triplet: ED, 78 and CC. RGB value is (237,120,204). Sum of RGB (Red+Green+Blue) = 237+120+204=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78CC is #128733. Grayscale: #A4A4A4. Windows color (decimal): -1214260 or 13400301. OLE color: 13400301.

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

Color convert

RGB 237 120 204 -
CMYK 0 0.49 0.14 0.07
HSL 316.92º 0.76% 0.7% -
HSV(B) 316.92º 0.49% 0.93% -
XYZ 52.54 35.8 61.27 -
YUV 164.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 237 120 204 0 0.49 0.14 0.07 316.92 0.76 0.7
Hex ED 78 CC 0 31 E 7 13D 4C 46
Octal 355 170 314 0 61 16 7 475 114 106
Binary 11101101 1111000 11001100 0 110001 1110 111 100111101 1001100 1000110

Color Harmonies of #ED78CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78CC

Black with #ED78CC

Text Example


Text Example

White with #ED78CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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