#E964BD

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

Shades of Neon Pink #E964BD

Tints of Neon Pink #E964BD

Color information

#E964BD (or 0xE964BD) is unknown color: approx Neon Pink. HEX triplet: E9, 64 and BD. RGB value is (233,100,189). Sum of RGB (Red+Green+Blue) = 233+100+189=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E964BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E964BD is #169B42. Grayscale: #959595. Windows color (decimal): -1481539 or 12412137. OLE color: 12412137.

HSL color Cylindrical-coordinate representation of color #E964BD: hue angle of 319.85º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E964BD is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233100189-
CMYK00.570.190.09
HSL319.85º75.14%65.29%-
HSV(B)319.85º57.08%91.37%-
XYZ47.3530.1151.46-
YUV149.91150.06187.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.64%
GREEN value IS 100 (39.45% from 255) = 19.16%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=44.64%
G=19.16%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310018900.570.190.09319.8575.1465.29
HexE964BD0391391404b41
Octal3511442750712311500113101
Binary11101001110010010111101011100110011100110100000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E964BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E964BD; }

 p { color: rgb(233,100,189); }

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

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

 a { background-color: rgb(233,100,189); }

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

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

 span { border-color: rgb(233,100,189); }

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