#493CF9

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

Shades of Neon Blue #493CF9

Tints of Neon Blue #493CF9

Color information

#493CF9 (or 0x493CF9) is unknown color: approx Neon Blue. HEX triplet: 49, 3C and F9. RGB value is (73,60,249). Sum of RGB (Red+Green+Blue) = 73+60+249=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 249 (97.66% from 255 or 65.18% from 382); Max value from RGB is 249 - color contains mainly: blue. Hex color #493CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CF9 is #B6C306. Grayscale: #545454. Windows color (decimal): -11977479 or 16333897. OLE color: 16333897.

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

Color convert

RGB7360249-
CMYK0.710.7600.02
HSL244.13º94.03%60.59%-
HSV(B)244.13º75.9%97.65%-
XYZ21.4611.4990.71-
YUV85.43220.31119.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.11%
GREEN value IS 60 (23.83% from 255) = 15.71%
BLUE value IS 249 (97.66% from 255) = 65.18%
R=19.11%
G=15.71%
B=65.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal73602490.710.7600.02244.1394.0360.59
Hex493CF9474C02f45e3d
Octal111743711071140236413675
Binary10010011111001111100110001111001100010111101001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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