#493CDC

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

Shades of Neon Blue #493CDC

Tints of Neon Blue #493CDC

Color information

#493CDC (or 0x493CDC) is unknown color: approx Neon Blue. HEX triplet: 49, 3C and DC. RGB value is (73,60,220). Sum of RGB (Red+Green+Blue) = 73+60+220=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #493CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CDC is #B6C323. Grayscale: #515151. Windows color (decimal): -11977508 or 14433353. OLE color: 14433353.

HSL color Cylindrical-coordinate representation of color #493CDC: hue angle of 244.88º 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 #493CDC is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7360220-
CMYK0.670.7300.14
HSL244.88º69.57%54.9%-
HSV(B)244.88º72.73%86.27%-
XYZ17.289.8268.69-
YUV82.13205.81121.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 220 (86.33% from 255) = 62.32%
R=20.68%
G=17.00%
B=62.32%

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
Decimal73602200.670.7300.14244.8869.5754.9
Hex493CDC43490Ef54637
Octal1117433410311101636510667
Binary1001001111100110111001000011100100101110111101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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