#493DE8

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

Shades of Neon Blue #493DE8

Tints of Neon Blue #493DE8

Color information

#493DE8 (or 0x493DE8) is unknown color: approx Neon Blue. HEX triplet: 49, 3D and E8. RGB value is (73,61,232). Sum of RGB (Red+Green+Blue) = 73+61+232=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 232 (91.02% from 255 or 63.39% from 366); Max value from RGB is 232 - color contains mainly: blue. Hex color #493DE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493DE8 is #B6C217. Grayscale: #535353. Windows color (decimal): -11977240 or 15220041. OLE color: 15220041.

HSL color Cylindrical-coordinate representation of color #493DE8: hue angle of 244.21º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493DE8 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7361232-
CMYK0.690.7400.09
HSL244.21º78.8%57.45%-
HSV(B)244.21º73.71%90.98%-
XYZ18.9810.5877.39-
YUV84.08211.48120.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 61 (24.22% from 255) = 16.67%
BLUE value IS 232 (91.02% from 255) = 63.39%
R=19.95%
G=16.67%
B=63.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal73612320.690.7400.09244.2178.857.45
Hex493DE8454A09f44f39
Octal1117535010511201136411771
Binary1001001111101111010001000101100101001001111101001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,61,232); }

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

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

 a { background-color: rgb(73,61,232); }

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

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

 span { border-color: rgb(73,61,232); }

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