#5856E9

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

Shades of Neon Blue #5856E9

Tints of Neon Blue #5856E9

Color information

#5856E9 (or 0x5856E9) is unknown color: approx Neon Blue. HEX triplet: 58, 56 and E9. RGB value is (88,86,233). Sum of RGB (Red+Green+Blue) = 88+86+233=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #5856E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5856E9 is #A7A916. Grayscale: #666666. Windows color (decimal): -10987799 or 15291992. OLE color: 15291992.

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

Color convert

RGB8886233-
CMYK0.620.6300.09
HSL240.82º76.96%62.55%-
HSV(B)240.82º63.09%91.37%-
XYZ22.0614.6178.75-
YUV103.36201.16117.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.62%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 233 (91.41% from 255) = 57.25%
R=21.62%
G=21.13%
B=57.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal88862330.620.6300.09240.8276.9662.55
Hex5856E93E3F09f14d3f
Octal130126351767701136111577
Binary101100010101101110100111111011111101001111100011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5856E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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