#EB6AC4

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

Shades of Neon Pink #EB6AC4

Tints of Neon Pink #EB6AC4

Color information

#EB6AC4 (or 0xEB6AC4) is unknown color: approx Neon Pink. HEX triplet: EB, 6A and C4. RGB value is (235,106,196). Sum of RGB (Red+Green+Blue) = 235+106+196=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6AC4 is #14953B. Grayscale: #9A9A9A. Windows color (decimal): -1348924 or 12872427. OLE color: 12872427.

HSL color Cylindrical-coordinate representation of color #EB6AC4: hue angle of 318.14º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6AC4 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235106196-
CMYK00.550.170.08
HSL318.14º76.33%66.86%-
HSV(B)318.14º54.89%92.16%-
XYZ49.3831.9655.79-
YUV154.83151.24185.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 106 (41.80% from 255) = 19.74%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=43.76%
G=19.74%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510619600.550.170.08318.1476.3366.86
HexEB6AC403711813e4c43
Octal3531523040672110476114103
Binary11101011110101011000100011011110001100010011111010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6AC4; }

 p { color: rgb(235,106,196); }

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

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

 a { background-color: rgb(235,106,196); }

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

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

 span { border-color: rgb(235,106,196); }

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