#493EE3

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

Shades of Neon Blue #493EE3

Tints of Neon Blue #493EE3

Color information

#493EE3 (or 0x493EE3) is unknown color: approx Neon Blue. HEX triplet: 49, 3E and E3. RGB value is (73,62,227). Sum of RGB (Red+Green+Blue) = 73+62+227=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 227 (89.06% from 255 or 62.71% from 362); Max value from RGB is 227 - color contains mainly: blue. Hex color #493EE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EE3 is #B6C11C. Grayscale: #535353. Windows color (decimal): -11976989 or 14892617. OLE color: 14892617.

HSL color Cylindrical-coordinate representation of color #493EE3: hue angle of 244º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493EE3 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7362227-
CMYK0.680.7300.11
HSL244º74.66%56.67%-
HSV(B)244º72.69%89.02%-
XYZ18.3410.4173.72-
YUV84.1208.64120.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 62 (24.61% from 255) = 17.13%
BLUE value IS 227 (89.06% from 255) = 62.71%
R=20.17%
G=17.13%
B=62.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73622270.680.7300.1124474.6656.67
Hex493EE344490Bf44b39
Octal1117634310411101336411371
Binary1001001111110111000111000100100100101011111101001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493EE3; }

 p { color: rgb(73,62,227); }

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

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

 a { background-color: rgb(73,62,227); }

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

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

 span { border-color: rgb(73,62,227); }

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