#E963C3

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

Shades of Neon Pink #E963C3

Tints of Neon Pink #E963C3

Color information

#E963C3 (or 0xE963C3) is unknown color: approx Neon Pink. HEX triplet: E9, 63 and C3. RGB value is (233,99,195). Sum of RGB (Red+Green+Blue) = 233+99+195=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E963C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963C3 is #169C3C. Grayscale: #959595. Windows color (decimal): -1481789 or 12805097. OLE color: 12805097.

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

Color convert

RGB23399195-
CMYK00.580.160.09
HSL317.01º75.28%65.1%-
HSV(B)317.01º57.51%91.37%-
XYZ47.9230.1954.93-
YUV150.01153.39187.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.21%
GREEN value IS 99 (39.06% from 255) = 18.79%
BLUE value IS 195 (76.56% from 255) = 37.00%
R=44.21%
G=18.79%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339919500.580.160.09317.0175.2865.1
HexE963C303A10913d4b41
Octal3511433030722011475113101
Binary11101001110001111000011011101010000100110011110110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E963C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E963C3; }

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

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

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

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

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

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

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

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