#5E4FF1

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

Shades of Neon Blue #5E4FF1

Tints of Neon Blue #5E4FF1

Color information

#5E4FF1 (or 0x5E4FF1) is unknown color: approx Neon Blue. HEX triplet: 5E, 4F and F1. RGB value is (94,79,241). Sum of RGB (Red+Green+Blue) = 94+79+241=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E4FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E4FF1 is #A1B00E. Grayscale: #656565. Windows color (decimal): -10596367 or 15814494. OLE color: 15814494.

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

Color convert

RGB9479241-
CMYK0.610.6700.05
HSL245.56º85.26%62.75%-
HSV(B)245.56º67.22%94.51%-
XYZ23.2914.3284.76-
YUV101.95206.47122.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.71%
GREEN value IS 79 (31.25% from 255) = 19.08%
BLUE value IS 241 (94.53% from 255) = 58.21%
R=22.71%
G=19.08%
B=58.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94792410.610.6700.05245.5685.2662.75
Hex5E4FF13D4305f6553f
Octal136117361751030536612577
Binary101111010011111111000111110110000110101111101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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