#493CF8

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

Shades of Neon Blue #493CF8

Tints of Neon Blue #493CF8

Color information

#493CF8 (or 0x493CF8) is unknown color: approx Neon Blue. HEX triplet: 49, 3C and F8. RGB value is (73,60,248). Sum of RGB (Red+Green+Blue) = 73+60+248=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #493CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CF8 is #B6C307. Grayscale: #545454. Windows color (decimal): -11977480 or 16268361. OLE color: 16268361.

HSL color Cylindrical-coordinate representation of color #493CF8: hue angle of 244.15º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #493CF8 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7360248-
CMYK0.710.7600.03
HSL244.15º93.07%60.39%-
HSV(B)244.15º75.81%97.25%-
XYZ21.3111.4389.89-
YUV85.32219.81119.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 60 (23.83% from 255) = 15.75%
BLUE value IS 248 (97.27% from 255) = 65.09%
R=19.16%
G=15.75%
B=65.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal73602480.710.7600.03244.1593.0760.39
Hex493CF8474C03f45d3c
Octal111743701071140336413574
Binary10010011111001111100010001111001100011111101001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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