#E764BB

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

Shades of Neon Pink #E764BB

Tints of Neon Pink #E764BB

Color information

#E764BB (or 0xE764BB) is unknown color: approx Neon Pink. HEX triplet: E7, 64 and BB. RGB value is (231,100,187). Sum of RGB (Red+Green+Blue) = 231+100+187=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E764BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764BB is #189B44. Grayscale: #949494. Windows color (decimal): -1612613 or 12281063. OLE color: 12281063.

HSL color Cylindrical-coordinate representation of color #E764BB: hue angle of 320.15º degrees, saturation: 0.73, 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 #E764BB is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231100187-
CMYK00.570.190.09
HSL320.15º73.18%64.9%-
HSV(B)320.15º56.71%90.59%-
XYZ46.4829.6950.29-
YUV149.09149.4186.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.59%
GREEN value IS 100 (39.45% from 255) = 19.31%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=44.59%
G=19.31%
B=36.10%

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
Decimal23110018700.570.190.09320.1573.1864.9
HexE764BB0391391404941
Octal3471442730712311500111101
Binary11100111110010010111011011100110011100110100000010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E764BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E764BB; }

 p { color: rgb(231,100,187); }

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

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

 a { background-color: rgb(231,100,187); }

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

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

 span { border-color: rgb(231,100,187); }

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