#493FF1

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

Shades of Neon Blue #493FF1

Tints of Neon Blue #493FF1

Color information

#493FF1 (or 0x493FF1) is unknown color: approx Neon Blue. HEX triplet: 49, 3F and F1. RGB value is (73,63,241). Sum of RGB (Red+Green+Blue) = 73+63+241=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #493FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FF1 is #B6C00E. Grayscale: #555555. Windows color (decimal): -11976719 or 15810377. OLE color: 15810377.

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

Color convert

RGB7363241-
CMYK0.700.7400.05
HSL243.37º86.41%59.61%-
HSV(B)243.37º73.86%94.51%-
XYZ20.411.3284.33-
YUV86.28215.31118.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 241 (94.53% from 255) = 63.93%
R=19.36%
G=16.71%
B=63.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73632410.700.7400.05243.3786.4159.61
Hex493FF1464A05f3563c
Octal111773611061120536312674
Binary100100111111111110001100011010010100101111100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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