#EB64C6

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

Shades of Neon Pink #EB64C6

Tints of Neon Pink #EB64C6

Color information

#EB64C6 (or 0xEB64C6) is unknown color: approx Neon Pink. HEX triplet: EB, 64 and C6. RGB value is (235,100,198). Sum of RGB (Red+Green+Blue) = 235+100+198=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB64C6 is #149B39. Grayscale: #979797. Windows color (decimal): -1350458 or 13001963. OLE color: 13001963.

HSL color Cylindrical-coordinate representation of color #EB64C6: hue angle of 316.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB64C6 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235100198-
CMYK00.570.160.08
HSL316.44º77.14%65.69%-
HSV(B)316.44º57.45%92.16%-
XYZ49.0130.8556.8-
YUV151.54154.23187.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 100 (39.45% from 255) = 18.76%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=44.09%
G=18.76%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510019800.570.160.08316.4477.1465.69
HexEB64C603910813c4d42
Octal3531443060712010474115102
Binary11101011110010011000110011100110000100010011110010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB64C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB64C6; }

 p { color: rgb(235,100,198); }

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

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

 a { background-color: rgb(235,100,198); }

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

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

 span { border-color: rgb(235,100,198); }

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