#5E41FF

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

Shades of Neon Blue #5E41FF

Tints of Neon Blue #5E41FF

Color information

#5E41FF (or 0x5E41FF) is unknown color: approx Neon Blue. HEX triplet: 5E, 41 and FF. RGB value is (94,65,255). Sum of RGB (Red+Green+Blue) = 94+65+255=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E41FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E41FF is #A1BE00. Grayscale: #5E5E5E. Windows color (decimal): -10599937 or 16728414. OLE color: 16728414.

HSL color Cylindrical-coordinate representation of color #5E41FF: hue angle of 249.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E41FF is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9465255-
CMYK0.630.7500
HSL249.16º100%62.75%-
HSV(B)249.16º74.51%100%-
XYZ24.5613.3895.9-
YUV95.33218.11127.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.71%
GREEN value IS 65 (25.78% from 255) = 15.70%
BLUE value IS 255 (100% from 255) = 61.59%
R=22.71%
G=15.70%
B=61.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal94652550.630.7500249.1610062.75
Hex5E41FF3F4B00f9643f
Octal136101377771130037114477
Binary1011110100000111111111111111100101100111110011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E41FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,65,255); }

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

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

 a { background-color: rgb(94,65,255); }

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

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

 span { border-color: rgb(94,65,255); }

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