#493BF1

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

Shades of Neon Blue #493BF1

Tints of Neon Blue #493BF1

Color information

#493BF1 (or 0x493BF1) is unknown color: approx Neon Blue. HEX triplet: 49, 3B and F1. RGB value is (73,59,241). Sum of RGB (Red+Green+Blue) = 73+59+241=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #493BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493BF1 is #B6C40E. Grayscale: #535353. Windows color (decimal): -11977743 or 15809353. OLE color: 15809353.

HSL color Cylindrical-coordinate representation of color #493BF1: hue angle of 244.62º degrees, saturation: 0.87, 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 #493BF1 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7359241-
CMYK0.700.7600.05
HSL244.62º86.67%58.82%-
HSV(B)244.62º75.52%94.51%-
XYZ20.1910.984.26-
YUV83.93216.64120.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 241 (94.53% from 255) = 64.61%
R=19.57%
G=15.82%
B=64.61%

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
Decimal73592410.700.7600.05244.6286.6758.82
Hex493BF1464C05f5573b
Octal111733611061140536512773
Binary100100111101111110001100011010011000101111101011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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