#493EFB

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

Shades of Neon Blue #493EFB

Tints of Neon Blue #493EFB

Color information

#493EFB (or 0x493EFB) is unknown color: approx Neon Blue. HEX triplet: 49, 3E and FB. RGB value is (73,62,251). Sum of RGB (Red+Green+Blue) = 73+62+251=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #493EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493EFB is #B6C104. Grayscale: #565656. Windows color (decimal): -11976965 or 16465481. OLE color: 16465481.

HSL color Cylindrical-coordinate representation of color #493EFB: hue angle of 243.49º degrees, saturation: 0.96, 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 #493EFB is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7362251-
CMYK0.710.7500.02
HSL243.49º95.94%61.37%-
HSV(B)243.49º75.3%98.43%-
XYZ21.8811.8392.4-
YUV86.84220.64118.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 62 (24.61% from 255) = 16.06%
BLUE value IS 251 (98.44% from 255) = 65.03%
R=18.91%
G=16.06%
B=65.03%

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
Decimal73622510.710.7500.02243.4995.9461.37
Hex493EFB474B02f3603d
Octal111763731071130236314075
Binary10010011111101111101110001111001011010111100111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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