#5E4AF1

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

Shades of Neon Blue #5E4AF1

Tints of Neon Blue #5E4AF1

Color information

#5E4AF1 (or 0x5E4AF1) is unknown color: approx Neon Blue. HEX triplet: 5E, 4A and F1. RGB value is (94,74,241). Sum of RGB (Red+Green+Blue) = 94+74+241=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E4AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4AF1 is #A1B50E. Grayscale: #626262. Windows color (decimal): -10597647 or 15813214. OLE color: 15813214.

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

Color convert

RGB9474241-
CMYK0.610.6900.05
HSL247.19º85.64%61.76%-
HSV(B)247.19º69.29%94.51%-
XYZ22.9413.6384.64-
YUV99.02208.13124.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.98%
GREEN value IS 74 (29.30% from 255) = 18.09%
BLUE value IS 241 (94.53% from 255) = 58.92%
R=22.98%
G=18.09%
B=58.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94742410.610.6900.05247.1985.6461.76
Hex5E4AF13D4505f7563e
Octal136112361751050536712676
Binary101111010010101111000111110110001010101111101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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