#493FF4

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

Shades of Neon Blue #493FF4

Tints of Neon Blue #493FF4

Color information

#493FF4 (or 0x493FF4) is unknown color: approx Neon Blue. HEX triplet: 49, 3F and F4. RGB value is (73,63,244). Sum of RGB (Red+Green+Blue) = 73+63+244=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 244 (95.70% from 255 or 64.21% from 380); Max value from RGB is 244 - color contains mainly: blue. Hex color #493FF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FF4 is #B6C00B. Grayscale: #555555. Windows color (decimal): -11976716 or 16006985. OLE color: 16006985.

HSL color Cylindrical-coordinate representation of color #493FF4: hue angle of 243.31º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493FF4 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7363244-
CMYK0.700.7400.04
HSL243.31º89.16%60.2%-
HSV(B)243.31º74.18%95.69%-
XYZ20.8511.586.71-
YUV86.62216.81118.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 63 (25% from 255) = 16.58%
BLUE value IS 244 (95.70% from 255) = 64.21%
R=19.21%
G=16.58%
B=64.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73632440.700.7400.04243.3189.1660.2
Hex493FF4464A04f3593c
Octal111773641061120436313174
Binary100100111111111110100100011010010100100111100111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,244); }

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

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

 a { background-color: rgb(73,63,244); }

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

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

 span { border-color: rgb(73,63,244); }

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