#5840E9

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

Shades of Neon Blue #5840E9

Tints of Neon Blue #5840E9

Color information

#5840E9 (or 0x5840E9) is unknown color: approx Neon Blue. HEX triplet: 58, 40 and E9. RGB value is (88,64,233). Sum of RGB (Red+Green+Blue) = 88+64+233=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 233 (91.41% from 255 or 60.52% from 385); Max value from RGB is 233 - color contains mainly: blue. Hex color #5840E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5840E9 is #A7BF16. Grayscale: #595959. Windows color (decimal): -10993431 or 15286360. OLE color: 15286360.

HSL color Cylindrical-coordinate representation of color #5840E9: hue angle of 248.52º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5840E9 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8864233-
CMYK0.620.7300.09
HSL248.52º79.34%58.24%-
HSV(B)248.52º72.53%91.37%-
XYZ20.5711.6278.25-
YUV90.44208.45126.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 233 (91.41% from 255) = 60.52%
R=22.86%
G=16.62%
B=60.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal88642330.620.7300.09248.5279.3458.24
Hex5840E93E4909f94f3a
Octal1301003517611101137111772
Binary1011000100000011101001111110100100101001111110011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5840E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5840E9; }

 p { color: rgb(88,64,233); }

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

<style>
 a { background-color: #5840E9; }

 a { background-color: rgb(88,64,233); }

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

<style>
 span { border-color: #5840E9; }

 span { border-color: rgb(88,64,233); }

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