#E966BE

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

Shades of Neon Pink #E966BE

Tints of Neon Pink #E966BE

Color information

#E966BE (or 0xE966BE) is unknown color: approx Neon Pink. HEX triplet: E9, 66 and BE. RGB value is (233,102,190). Sum of RGB (Red+Green+Blue) = 233+102+190=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E966BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966BE is #169941. Grayscale: #969696. Windows color (decimal): -1481026 or 12478185. OLE color: 12478185.

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

Color convert

RGB233102190-
CMYK00.560.180.09
HSL319.69º74.86%65.69%-
HSV(B)319.69º56.22%91.37%-
XYZ47.6530.5452.1-
YUV151.2149.9186.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.38%
GREEN value IS 102 (40.23% from 255) = 19.43%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=44.38%
G=19.43%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310219000.560.180.09319.6974.8665.69
HexE966BE0381291404b42
Octal3511462760702211500113102
Binary11101001110011010111110011100010010100110100000010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966BE; }

 p { color: rgb(233,102,190); }

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

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

 a { background-color: rgb(233,102,190); }

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

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

 span { border-color: rgb(233,102,190); }

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