#493ae1

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

Shades of Neon Blue #493AE1

Tints of Neon Blue #493AE1

Color information

#493AE1 (or 0x493AE1) is unknown color: approx Neon Blue. HEX triplet: 49, 3A and E1. RGB value is (73,58,225). Sum of RGB (Red+Green+Blue) = 73+58+225=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #493AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493AE1 is #B6C51E. Grayscale: #505050. Windows color (decimal): -11978015 or 14760521. OLE color: 14760521.

HSL color Cylindrical-coordinate representation of color #493AE1: hue angle of 245.39º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493AE1 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7358225-
CMYK0.680.7400.12
HSL245.39º73.57%55.49%-
HSV(B)245.39º74.22%88.24%-
XYZ17.859.8872.2-
YUV81.52208.97121.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 225 (88.28% from 255) = 63.20%
R=20.51%
G=16.29%
B=63.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal73582250.680.7400.12245.3973.5755.49
Hex493AE1444A0Cf54a37
Octal1117234110411201436511267
Binary1001001111010111000011000100100101001100111101011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493ae1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,58,225); }

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

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

 a { background-color: rgb(73,58,225); }

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

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

 span { border-color: rgb(73,58,225); }

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