#493CF1

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

Shades of Neon Blue #493CF1

Tints of Neon Blue #493CF1

Color information

#493CF1 (or 0x493CF1) is unknown color: approx Neon Blue. HEX triplet: 49, 3C and F1. RGB value is (73,60,241). Sum of RGB (Red+Green+Blue) = 73+60+241=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #493CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CF1 is #B6C30E. Grayscale: #535353. Windows color (decimal): -11977487 or 15809609. OLE color: 15809609.

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

Color convert

RGB7360241-
CMYK0.700.7500.05
HSL244.31º86.6%59.02%-
HSV(B)244.31º75.1%94.51%-
XYZ20.241184.28-
YUV84.52216.31119.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 241 (94.53% from 255) = 64.44%
R=19.52%
G=16.04%
B=64.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73602410.700.7500.05244.3186.659.02
Hex493CF1464B05f4573b
Octal111743611061130536412773
Binary100100111110011110001100011010010110101111101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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