#5E40FF

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

Shades of Neon Blue #5E40FF

Tints of Neon Blue #5E40FF

Color information

#5E40FF (or 0x5E40FF) is unknown color: approx Neon Blue. HEX triplet: 5E, 40 and FF. RGB value is (94,64,255). Sum of RGB (Red+Green+Blue) = 94+64+255=413 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.76% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E40FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E40FF is #A1BF00. Grayscale: #5E5E5E. Windows color (decimal): -10600193 or 16728158. OLE color: 16728158.

HSL color Cylindrical-coordinate representation of color #5E40FF: hue angle of 249.42º 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 #5E40FF is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9464255-
CMYK0.630.7500
HSL249.42º100%62.55%-
HSV(B)249.42º74.9%100%-
XYZ24.513.2795.88-
YUV94.74218.44127.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.76%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 255 (100% from 255) = 61.74%
R=22.76%
G=15.50%
B=61.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal94642550.630.7500249.4210062.55
Hex5E40FF3F4B00f9643f
Octal136100377771130037114477
Binary1011110100000011111111111111100101100111110011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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