#E664BC

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

Shades of Neon Pink #E664BC

Tints of Neon Pink #E664BC

Color information

#E664BC (or 0xE664BC) is unknown color: approx Neon Pink. HEX triplet: E6, 64 and BC. RGB value is (230,100,188). Sum of RGB (Red+Green+Blue) = 230+100+188=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E664BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664BC is #199B43. Grayscale: #949494. Windows color (decimal): -1678148 or 12346598. OLE color: 12346598.

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

Color convert

RGB230100188-
CMYK00.570.180.10
HSL319.38º72.22%64.71%-
HSV(B)319.38º56.52%90.2%-
XYZ46.2729.5750.85-
YUV148.9150.07185.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.40%
GREEN value IS 100 (39.45% from 255) = 19.31%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=44.40%
G=19.31%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010018800.570.180.10319.3872.2264.71
HexE664BC03912A13f4841
Octal3461442740712212477110101
Binary11100110110010010111100011100110010101010011111110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E664BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E664BC; }

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

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

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

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

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

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

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

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