#5E49FA

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

Shades of Neon Blue #5E49FA

Tints of Neon Blue #5E49FA

Color information

#5E49FA (or 0x5E49FA) is unknown color: approx Neon Blue. HEX triplet: 5E, 49 and FA. RGB value is (94,73,250). Sum of RGB (Red+Green+Blue) = 94+73+250=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E49FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E49FA is #A1B605. Grayscale: #626262. Windows color (decimal): -10597894 or 16402782. OLE color: 16402782.

HSL color Cylindrical-coordinate representation of color #5E49FA: hue angle of 247.12º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E49FA is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9473250-
CMYK0.620.7100.02
HSL247.12º94.65%63.33%-
HSV(B)247.12º70.8%98.04%-
XYZ24.2514.0591.88-
YUV99.46212.96124.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.54%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 250 (98.05% from 255) = 59.95%
R=22.54%
G=17.51%
B=59.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal94732500.620.7100.02247.1294.6563.33
Hex5E49FA3E4702f75f3f
Octal136111372761070236713777
Binary10111101001001111110101111101000111010111101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E49FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E49FA; }

 p { color: rgb(94,73,250); }

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

<style>
 a { background-color: #5E49FA; }

 a { background-color: rgb(94,73,250); }

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

<style>
 span { border-color: #5E49FA; }

 span { border-color: rgb(94,73,250); }

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