#E664BB

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

Shades of Neon Pink #E664BB

Tints of Neon Pink #E664BB

Color information

#E664BB (or 0xE664BB) is unknown color: approx Neon Pink. HEX triplet: E6, 64 and BB. RGB value is (230,100,187). Sum of RGB (Red+Green+Blue) = 230+100+187=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E664BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664BB is #199B44. Grayscale: #949494. Windows color (decimal): -1678149 or 12281062. OLE color: 12281062.

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

Color convert

RGB230100187-
CMYK00.570.190.10
HSL319.85º72.22%64.71%-
HSV(B)319.85º56.52%90.2%-
XYZ46.1629.5350.28-
YUV148.79149.57185.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.49%
GREEN value IS 100 (39.45% from 255) = 19.34%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=44.49%
G=19.34%
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.10
SystemRedGreenBlueCMYKHSL
Decimal23010018700.570.190.10319.8572.2264.71
HexE664BB03913A1404841
Octal3461442730712312500110101
Binary11100110110010010111011011100110011101010100000010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E664BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E664BB; }

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

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

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

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

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

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

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

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