#EB61C6

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

Shades of Neon Pink #EB61C6

Tints of Neon Pink #EB61C6

Color information

#EB61C6 (or 0xEB61C6) is unknown color: approx Neon Pink. HEX triplet: EB, 61 and C6. RGB value is (235,97,198). Sum of RGB (Red+Green+Blue) = 235+97+198=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB61C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB61C6 is #149E39. Grayscale: #959595. Windows color (decimal): -1351226 or 13001195. OLE color: 13001195.

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

Color convert

RGB23597198-
CMYK00.590.160.08
HSL316.09º77.53%65.1%-
HSV(B)316.09º58.72%92.16%-
XYZ48.7330.2956.7-
YUV149.78155.22188.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.34%
GREEN value IS 97 (38.28% from 255) = 18.30%
BLUE value IS 198 (77.73% from 255) = 37.36%
R=44.34%
G=18.30%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359719800.590.160.08316.0977.5365.1
HexEB61C603B10813c4e41
Octal3531413060732010474116101
Binary11101011110000111000110011101110000100010011110010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB61C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB61C6; }

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

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

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

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

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

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

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

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