#ED68CA

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

Shades of Neon Pink #ED68CA

Tints of Neon Pink #ED68CA

Color information

#ED68CA (or 0xED68CA) is unknown color: approx Neon Pink. HEX triplet: ED, 68 and CA. RGB value is (237,104,202). Sum of RGB (Red+Green+Blue) = 237+104+202=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED68CA is #129735. Grayscale: #9A9A9A. Windows color (decimal): -1218358 or 13265133. OLE color: 13265133.

HSL color Cylindrical-coordinate representation of color #ED68CA: hue angle of 315.79º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED68CA is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237104202-
CMYK00.560.150.07
HSL315.79º78.7%66.86%-
HSV(B)315.79º56.12%92.94%-
XYZ50.5432.1759.42-
YUV154.94154.56186.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 104 (41.02% from 255) = 19.15%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=43.65%
G=19.15%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710420200.560.150.07315.7978.766.86
HexED68CA038F713c4f43
Octal355150312070177474117103
Binary111011011101000110010100111000111111110011110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED68CA; }

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

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

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

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

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

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

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

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