#ED78CB

Color #ED78CB Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #ED78CB

Tints of Neon Pink #ED78CB

Color information

#ED78CB (or 0xED78CB) is unknown color: approx Neon Pink. HEX triplet: ED, 78 and CB. RGB value is (237,120,203). Sum of RGB (Red+Green+Blue) = 237+120+203=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78CB is #128734. Grayscale: #A4A4A4. Windows color (decimal): -1214261 or 13334765. OLE color: 13334765.

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

Color convert

RGB237120203-
CMYK00.490.140.07
HSL317.44º76.47%70%-
HSV(B)317.44º49.37%92.94%-
XYZ52.4235.7560.64-
YUV164.44149.76179.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 120 (47.27% from 255) = 21.43%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=42.32%
G=21.43%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712020300.490.140.07317.4476.4770
HexED78CB031E713d4c46
Octal355170313061167475114106
Binary111011011111000110010110110001111011110011110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED78CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED78CB; }

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

 H1.HeaderClassName
 {
   color: #ED78CB;
 }
 .AnyTagClassName
 {
   color: #ED78CB;
 }
</style>
background-color css

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

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

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

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

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

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