#E969C2

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

Shades of Neon Pink #E969C2

Tints of Neon Pink #E969C2

Color information

#E969C2 (or 0xE969C2) is unknown color: approx Neon Pink. HEX triplet: E9, 69 and C2. RGB value is (233,105,194). Sum of RGB (Red+Green+Blue) = 233+105+194=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E969C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E969C2 is #16963D. Grayscale: #999999. Windows color (decimal): -1480254 or 12741097. OLE color: 12741097.

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

Color convert

RGB233105194-
CMYK00.550.170.09
HSL318.28º74.42%66.27%-
HSV(B)318.28º54.94%91.37%-
XYZ48.3931.3254.53-
YUV153.42150.91184.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.80%
GREEN value IS 105 (41.41% from 255) = 19.74%
BLUE value IS 194 (76.17% from 255) = 36.47%
R=43.80%
G=19.74%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310519400.550.170.09318.2874.4266.27
HexE969C203711913e4a42
Octal3511513020672111476112102
Binary11101001110100111000010011011110001100110011111010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E969C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E969C2; }

 p { color: rgb(233,105,194); }

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

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

 a { background-color: rgb(233,105,194); }

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

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

 span { border-color: rgb(233,105,194); }

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