#4C3EE6

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

Shades of Neon Blue #4C3EE6

Tints of Neon Blue #4C3EE6

Color information

#4C3EE6 (or 0x4C3EE6) is unknown color: approx Neon Blue. HEX triplet: 4C, 3E and E6. RGB value is (76,62,230). Sum of RGB (Red+Green+Blue) = 76+62+230=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 230 (90.23% from 255 or 62.5% from 368); Max value from RGB is 230 - color contains mainly: blue. Hex color #4C3EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3EE6 is #B3C119. Grayscale: #545454. Windows color (decimal): -11780378 or 15089228. OLE color: 15089228.

HSL color Cylindrical-coordinate representation of color #4C3EE6: hue angle of 245º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C3EE6 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7662230-
CMYK0.670.7300.10
HSL245º77.06%57.25%-
HSV(B)245º73.04%90.2%-
XYZ18.9910.6975.93-
YUV85.34209.64121.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.65%
GREEN value IS 62 (24.61% from 255) = 16.85%
BLUE value IS 230 (90.23% from 255) = 62.5%
R=20.65%
G=16.85%
B=62.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal76622300.670.7300.1024577.0657.25
Hex4C3EE643490Af54d39
Octal1147634610311101236511571
Binary1001100111110111001101000011100100101010111101011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C3EE6; }

 p { color: rgb(76,62,230); }

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

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

 a { background-color: rgb(76,62,230); }

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

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

 span { border-color: rgb(76,62,230); }

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