#E764C2

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

Shades of Neon Pink #E764C2

Tints of Neon Pink #E764C2

Color information

#E764C2 (or 0xE764C2) is unknown color: approx Neon Pink. HEX triplet: E7, 64 and C2. RGB value is (231,100,194). Sum of RGB (Red+Green+Blue) = 231+100+194=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E764C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764C2 is #189B3D. Grayscale: #959595. Windows color (decimal): -1612606 or 12739815. OLE color: 12739815.

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

Color convert

RGB231100194-
CMYK00.570.160.09
HSL316.95º73.18%64.9%-
HSV(B)316.95º56.71%90.59%-
XYZ47.253054.34-
YUV149.88152.9185.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 100 (39.45% from 255) = 19.05%
BLUE value IS 194 (76.17% from 255) = 36.95%
R=44%
G=19.05%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110019400.570.160.09316.9573.1864.9
HexE764C203910913d4941
Octal3471443020712011475111101
Binary11100111110010011000010011100110000100110011110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E764C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E764C2; }

 p { color: rgb(231,100,194); }

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

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

 a { background-color: rgb(231,100,194); }

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

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

 span { border-color: rgb(231,100,194); }

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