#5E39F1

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

Shades of Neon Blue #5E39F1

Tints of Neon Blue #5E39F1

Color information

#5E39F1 (or 0x5E39F1) is unknown color: approx Neon Blue. HEX triplet: 5E, 39 and F1. RGB value is (94,57,241). Sum of RGB (Red+Green+Blue) = 94+57+241=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E39F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E39F1 is #A1C60E. Grayscale: #585858. Windows color (decimal): -10601999 or 15808862. OLE color: 15808862.

HSL color Cylindrical-coordinate representation of color #5E39F1: hue angle of 252.07º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E39F1 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9457241-
CMYK0.610.7600.05
HSL252.07º86.79%58.43%-
HSV(B)252.07º76.35%94.51%-
XYZ21.9611.6684.31-
YUV89.04213.76131.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.98%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 241 (94.53% from 255) = 61.48%
R=23.98%
G=14.54%
B=61.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94572410.610.7600.05252.0786.7958.43
Hex5E39F13D4C05fc573a
Octal13671361751140537412772
Binary10111101110011111000111110110011000101111111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E39F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,57,241); }

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

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

 a { background-color: rgb(94,57,241); }

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

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

 span { border-color: rgb(94,57,241); }

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