#E962C1

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

Shades of Neon Pink #E962C1

Tints of Neon Pink #E962C1

Color information

#E962C1 (or 0xE962C1) is unknown color: approx Neon Pink. HEX triplet: E9, 62 and C1. RGB value is (233,98,193). Sum of RGB (Red+Green+Blue) = 233+98+193=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E962C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E962C1 is #169D3E. Grayscale: #949494. Windows color (decimal): -1482047 or 12673769. OLE color: 12673769.

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

Color convert

RGB23398193-
CMYK00.580.170.09
HSL317.78º75.42%64.9%-
HSV(B)317.78º57.94%91.37%-
XYZ47.629.9153.72-
YUV149.2152.73187.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 98 (38.67% from 255) = 18.70%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=44.47%
G=18.70%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339819300.580.170.09317.7875.4264.9
HexE962C103A11913e4b41
Octal3511423010722111476113101
Binary11101001110001011000001011101010001100110011111010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E962C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E962C1; }

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

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

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

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

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

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

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

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