#ED78CA

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

Shades of Neon Pink #ED78CA

Tints of Neon Pink #ED78CA

Color information

#ED78CA (or 0xED78CA) is unknown color: approx Neon Pink. HEX triplet: ED, 78 and CA. RGB value is (237,120,202). Sum of RGB (Red+Green+Blue) = 237+120+202=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78CA is #128735. Grayscale: #A4A4A4. Windows color (decimal): -1214262 or 13269229. OLE color: 13269229.

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

Color convert

RGB237120202-
CMYK00.490.150.07
HSL317.95º76.47%70%-
HSV(B)317.95º49.37%92.94%-
XYZ52.335.760.01-
YUV164.33149.26179.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 120 (47.27% from 255) = 21.47%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=42.40%
G=21.47%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712020200.490.150.07317.9576.4770
HexED78CA031F713e4c46
Octal355170312061177476114106
Binary111011011111000110010100110001111111110011111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED78CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED78CA; }

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

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

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

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

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

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

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

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