#E966C1

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

Shades of Neon Pink #E966C1

Tints of Neon Pink #E966C1

Color information

#E966C1 (or 0xE966C1) is unknown color: approx Neon Pink. HEX triplet: E9, 66 and C1. RGB value is (233,102,193). Sum of RGB (Red+Green+Blue) = 233+102+193=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E966C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966C1 is #16993E. Grayscale: #979797. Windows color (decimal): -1481023 or 12674793. OLE color: 12674793.

HSL color Cylindrical-coordinate representation of color #E966C1: hue angle of 318.32º 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 #E966C1 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB233102193-
CMYK00.560.170.09
HSL318.32º74.86%65.69%-
HSV(B)318.32º56.22%91.37%-
XYZ47.9830.6853.84-
YUV151.54151.4186.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.13%
GREEN value IS 102 (40.23% from 255) = 19.32%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=44.13%
G=19.32%
B=36.55%

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
Decimal23310219300.560.170.09318.3274.8665.69
HexE966C103811913e4b42
Octal3511463010702111476113102
Binary11101001110011011000001011100010001100110011111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966C1; }

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

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

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

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

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

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

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

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