#493BDC

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

Shades of Neon Blue #493BDC

Tints of Neon Blue #493BDC

Color information

#493BDC (or 0x493BDC) is unknown color: approx Neon Blue. HEX triplet: 49, 3B and DC. RGB value is (73,59,220). Sum of RGB (Red+Green+Blue) = 73+59+220=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #493BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BDC is #B6C423. Grayscale: #505050. Windows color (decimal): -11977764 or 14433097. OLE color: 14433097.

HSL color Cylindrical-coordinate representation of color #493BDC: hue angle of 245.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493BDC is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7359220-
CMYK0.670.7300.14
HSL245.22º69.7%54.71%-
HSV(B)245.22º73.18%86.27%-
XYZ17.239.7168.68-
YUV81.54206.14121.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 220 (86.33% from 255) = 62.5%
R=20.74%
G=16.76%
B=62.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73592200.670.7300.14245.2269.754.71
Hex493BDC43490Ef54637
Octal1117333410311101636510667
Binary1001001111011110111001000011100100101110111101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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