#E664BF

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

Shades of Neon Pink #E664BF

Tints of Neon Pink #E664BF

Color information

#E664BF (or 0xE664BF) is unknown color: approx Neon Pink. HEX triplet: E6, 64 and BF. RGB value is (230,100,191). Sum of RGB (Red+Green+Blue) = 230+100+191=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E664BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664BF is #199B40. Grayscale: #959595. Windows color (decimal): -1678145 or 12543206. OLE color: 12543206.

HSL color Cylindrical-coordinate representation of color #E664BF: hue angle of 318º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E664BF is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230100191-
CMYK00.570.170.10
HSL318º72.22%64.71%-
HSV(B)318º56.52%90.2%-
XYZ46.5929.752.57-
YUV149.24151.57185.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.15%
GREEN value IS 100 (39.45% from 255) = 19.19%
BLUE value IS 191 (75% from 255) = 36.66%
R=44.15%
G=19.19%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010019100.570.170.1031872.2264.71
HexE664BF03911A13e4841
Octal3461442770712112476110101
Binary11100110110010010111111011100110001101010011111010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E664BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E664BF; }

 p { color: rgb(230,100,191); }

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

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

 a { background-color: rgb(230,100,191); }

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

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

 span { border-color: rgb(230,100,191); }

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