#E766BF

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

Shades of Neon Pink #E766BF

Tints of Neon Pink #E766BF

Color information

#E766BF (or 0xE766BF) is unknown color: approx Neon Pink. HEX triplet: E7, 66 and BF. RGB value is (231,102,191). Sum of RGB (Red+Green+Blue) = 231+102+191=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E766BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766BF is #189940. Grayscale: #969696. Windows color (decimal): -1612097 or 12543719. OLE color: 12543719.

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

Color convert

RGB231102191-
CMYK00.560.170.09
HSL318.6º72.88%65.29%-
HSV(B)318.6º55.84%90.59%-
XYZ47.1130.2552.65-
YUV150.72150.74185.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.08%
GREEN value IS 102 (40.23% from 255) = 19.47%
BLUE value IS 191 (75% from 255) = 36.45%
R=44.08%
G=19.47%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110219100.560.170.09318.672.8865.29
HexE766BF03811913f4941
Octal3471462770702111477111101
Binary11100111110011010111111011100010001100110011111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E766BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E766BF; }

 p { color: rgb(231,102,191); }

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

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

 a { background-color: rgb(231,102,191); }

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

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

 span { border-color: rgb(231,102,191); }

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