#493CE9

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

Shades of Neon Blue #493CE9

Tints of Neon Blue #493CE9

Color information

#493CE9 (or 0x493CE9) is unknown color: approx Neon Blue. HEX triplet: 49, 3C and E9. RGB value is (73,60,233). Sum of RGB (Red+Green+Blue) = 73+60+233=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 233 (91.41% from 255 or 63.66% from 366); Max value from RGB is 233 - color contains mainly: blue. Hex color #493CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CE9 is #B6C316. Grayscale: #525252. Windows color (decimal): -11977495 or 15285321. OLE color: 15285321.

HSL color Cylindrical-coordinate representation of color #493CE9: hue angle of 244.51º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493CE9 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7360233-
CMYK0.690.7400.09
HSL244.51º79.72%57.45%-
HSV(B)244.51º74.25%91.37%-
XYZ19.0710.5378.12-
YUV83.61212.31120.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 60 (23.83% from 255) = 16.39%
BLUE value IS 233 (91.41% from 255) = 63.66%
R=19.95%
G=16.39%
B=63.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal73602330.690.7400.09244.5179.7257.45
Hex493CE9454A09f55039
Octal1117435110511201136512071
Binary1001001111100111010011000101100101001001111101011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,60,233); }

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

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

 a { background-color: rgb(73,60,233); }

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

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

 span { border-color: rgb(73,60,233); }

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