#5E59F0

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

Shades of Neon Blue #5E59F0

Tints of Neon Blue #5E59F0

Color information

#5E59F0 (or 0x5E59F0) is unknown color: approx Neon Blue. HEX triplet: 5E, 59 and F0. RGB value is (94,89,240). Sum of RGB (Red+Green+Blue) = 94+89+240=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #5E59F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E59F0 is #A1A60F. Grayscale: #6B6B6B. Windows color (decimal): -10593808 or 15751518. OLE color: 15751518.

HSL color Cylindrical-coordinate representation of color #5E59F0: hue angle of 241.99º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E59F0 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9489240-
CMYK0.610.6300.06
HSL241.99º83.43%64.51%-
HSV(B)241.99º62.92%94.12%-
XYZ23.9215.8284.23-
YUV107.71202.66118.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.22%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 240 (94.14% from 255) = 56.74%
R=22.22%
G=21.04%
B=56.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal94892400.610.6300.06241.9983.4364.51
Hex5E59F03D3F06f25341
Octal136131360757706362123101
Binary101111010110011111000011110111111101101111001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E59F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,89,240); }

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

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

 a { background-color: rgb(94,89,240); }

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

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

 span { border-color: rgb(94,89,240); }

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