#ED64BC

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

Shades of Neon Pink #ED64BC

Tints of Neon Pink #ED64BC

Color information

#ED64BC (or 0xED64BC) is unknown color: approx Neon Pink. HEX triplet: ED, 64 and BC. RGB value is (237,100,188). Sum of RGB (Red+Green+Blue) = 237+100+188=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED64BC is #129B43. Grayscale: #969696. Windows color (decimal): -1219396 or 12346605. OLE color: 12346605.

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

Color convert

RGB237100188-
CMYK00.580.210.07
HSL321.46º79.19%66.08%-
HSV(B)321.46º57.81%92.94%-
XYZ48.5630.7550.95-
YUV151148.89189.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 100 (39.45% from 255) = 19.05%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=45.14%
G=19.05%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710018800.580.210.07321.4679.1966.08
HexED64BC03A1571414f42
Octal355144274072257501117102
Binary1110110111001001011110001110101010111110100000110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED64BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED64BC; }

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

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

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

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

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

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

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

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