#EB66BF

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

Shades of Neon Pink #EB66BF

Tints of Neon Pink #EB66BF

Color information

#EB66BF (or 0xEB66BF) is unknown color: approx Neon Pink. HEX triplet: EB, 66 and BF. RGB value is (235,102,191). Sum of RGB (Red+Green+Blue) = 235+102+191=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB66BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB66BF is #149940. Grayscale: #979797. Windows color (decimal): -1349953 or 12543723. OLE color: 12543723.

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

Color convert

RGB235102191-
CMYK00.570.190.08
HSL319.85º76.88%66.08%-
HSV(B)319.85º56.6%92.16%-
XYZ48.4230.9352.71-
YUV151.91150.06187.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 102 (40.23% from 255) = 19.32%
BLUE value IS 191 (75% from 255) = 36.17%
R=44.51%
G=19.32%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510219100.570.190.08319.8576.8866.08
HexEB66BF0391381404d42
Octal3531462770712310500115102
Binary11101011110011010111111011100110011100010100000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB66BF; }

 p { color: rgb(235,102,191); }

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

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

 a { background-color: rgb(235,102,191); }

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

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

 span { border-color: rgb(235,102,191); }

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