#493EF9

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

Shades of Neon Blue #493EF9

Tints of Neon Blue #493EF9

Color information

#493EF9 (or 0x493EF9) is unknown color: approx Neon Blue. HEX triplet: 49, 3E and F9. RGB value is (73,62,249). Sum of RGB (Red+Green+Blue) = 73+62+249=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 249 (97.66% from 255 or 64.84% from 384); Max value from RGB is 249 - color contains mainly: blue. Hex color #493EF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493EF9 is #B6C106. Grayscale: #555555. Windows color (decimal): -11976967 or 16334409. OLE color: 16334409.

HSL color Cylindrical-coordinate representation of color #493EF9: hue angle of 243.53º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493EF9 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7362249-
CMYK0.710.7500.02
HSL243.53º93.97%60.98%-
HSV(B)243.53º75.1%97.65%-
XYZ21.5711.790.74-
YUV86.61219.64118.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.01%
GREEN value IS 62 (24.61% from 255) = 16.15%
BLUE value IS 249 (97.66% from 255) = 64.84%
R=19.01%
G=16.15%
B=64.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal73622490.710.7500.02243.5393.9760.98
Hex493EF9474B02f45e3d
Octal111763711071130236413675
Binary10010011111101111100110001111001011010111101001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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