#E968C3

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

Shades of Neon Pink #E968C3

Tints of Neon Pink #E968C3

Color information

#E968C3 (or 0xE968C3) is unknown color: approx Neon Pink. HEX triplet: E9, 68 and C3. RGB value is (233,104,195). Sum of RGB (Red+Green+Blue) = 233+104+195=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E968C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968C3 is #16973C. Grayscale: #989898. Windows color (decimal): -1480509 or 12806377. OLE color: 12806377.

HSL color Cylindrical-coordinate representation of color #E968C3: hue angle of 317.67º degrees, saturation: 0.75, 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 #E968C3 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB233104195-
CMYK00.550.160.09
HSL317.67º74.57%66.08%-
HSV(B)317.67º55.36%91.37%-
XYZ48.431.1655.09-
YUV152.94151.74185.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.80%
GREEN value IS 104 (41.02% from 255) = 19.55%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=43.80%
G=19.55%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310419500.550.160.09317.6774.5766.08
HexE968C303710913e4b42
Octal3511503030672011476113102
Binary11101001110100011000011011011110000100110011111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E968C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E968C3; }

 p { color: rgb(233,104,195); }

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

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

 a { background-color: rgb(233,104,195); }

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

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

 span { border-color: rgb(233,104,195); }

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