#493BF3

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

Shades of Neon Blue #493BF3

Tints of Neon Blue #493BF3

Color information

#493BF3 (or 0x493BF3) is unknown color: approx Neon Blue. HEX triplet: 49, 3B and F3. RGB value is (73,59,243). Sum of RGB (Red+Green+Blue) = 73+59+243=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #493BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493BF3 is #B6C40C. Grayscale: #535353. Windows color (decimal): -11977741 or 15940425. OLE color: 15940425.

HSL color Cylindrical-coordinate representation of color #493BF3: hue angle of 244.57º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #493BF3 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7359243-
CMYK0.700.7600.05
HSL244.57º88.46%59.22%-
HSV(B)244.57º75.72%95.29%-
XYZ20.4911.0285.84-
YUV84.16217.64120.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 243 (95.31% from 255) = 64.8%
R=19.47%
G=15.73%
B=64.8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73592430.700.7600.05244.5788.4659.22
Hex493BF3464C05f5583b
Octal111733631061140536513073
Binary100100111101111110011100011010011000101111101011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,59,243); }

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

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

 a { background-color: rgb(73,59,243); }

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

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

 span { border-color: rgb(73,59,243); }

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