#EB6FC0

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

Shades of Neon Pink #EB6FC0

Tints of Neon Pink #EB6FC0

Color information

#EB6FC0 (or 0xEB6FC0) is unknown color: approx Neon Pink. HEX triplet: EB, 6F and C0. RGB value is (235,111,192). Sum of RGB (Red+Green+Blue) = 235+111+192=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FC0 is #14903F. Grayscale: #9D9D9D. Windows color (decimal): -1347648 or 12611563. OLE color: 12611563.

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

Color convert

RGB235111192-
CMYK00.530.180.08
HSL320.81º75.61%67.84%-
HSV(B)320.81º52.77%92.16%-
XYZ49.4632.8453.6-
YUV157.31147.58183.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 111 (43.75% from 255) = 20.63%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=43.68%
G=20.63%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511119200.530.180.08320.8175.6167.84
HexEB6FC00351281414c44
Octal3531573000652210501114104
Binary11101011110111111000000011010110010100010100000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6FC0; }

 p { color: rgb(235,111,192); }

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

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

 a { background-color: rgb(235,111,192); }

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

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

 span { border-color: rgb(235,111,192); }

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