#eb6fcc

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

Shades of Neon Pink #EB6FCC

Tints of Neon Pink #EB6FCC

Color information

#EB6FCC (or 0xEB6FCC) is unknown color: approx Neon Pink. HEX triplet: EB, 6F and CC. RGB value is (235,111,204). Sum of RGB (Red+Green+Blue) = 235+111+204=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FCC is #149033. Grayscale: #9E9E9E. Windows color (decimal): -1347636 or 13397995. OLE color: 13397995.

HSL color Cylindrical-coordinate representation of color #EB6FCC: hue angle of 315º 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 #EB6FCC is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235111204-
CMYK00.530.130.08
HSL315º75.61%67.84%-
HSV(B)315º52.77%92.16%-
XYZ50.8433.3960.89-
YUV158.68153.58182.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 111 (43.75% from 255) = 20.18%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=42.73%
G=20.18%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511120400.530.130.0831575.6167.84
HexEB6FCC035D813b4c44
Octal3531573140651510473114104
Binary1110101111011111100110001101011101100010011101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb6fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb6fcc; }

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

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

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

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

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

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

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

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