#ED68BC

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

Shades of Neon Pink #ED68BC

Tints of Neon Pink #ED68BC

Color information

#ED68BC (or 0xED68BC) is unknown color: approx Neon Pink. HEX triplet: ED, 68 and BC. RGB value is (237,104,188). Sum of RGB (Red+Green+Blue) = 237+104+188=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED68BC is #129743. Grayscale: #999999. Windows color (decimal): -1218372 or 12347629. OLE color: 12347629.

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

Color convert

RGB237104188-
CMYK00.560.210.07
HSL322.11º78.7%66.86%-
HSV(B)322.11º56.12%92.94%-
XYZ48.9531.5451.08-
YUV153.34147.56187.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 104 (41.02% from 255) = 19.66%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=44.80%
G=19.66%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710418800.560.210.07322.1178.766.86
HexED68BC0381571424f43
Octal355150274070257502117103
Binary1110110111010001011110001110001010111110100001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED68BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED68BC; }

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

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

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

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

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

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

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

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