#585EFF

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

Shades of Neon Blue #585EFF

Tints of Neon Blue #585EFF

Color information

#585EFF (or 0x585EFF) is unknown color: approx Neon Blue. HEX triplet: 58, 5E and FF. RGB value is (88,94,255). Sum of RGB (Red+Green+Blue) = 88+94+255=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #585EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585EFF is #A7A100. Grayscale: #6D6D6D. Windows color (decimal): -10985729 or 16735832. OLE color: 16735832.

HSL color Cylindrical-coordinate representation of color #585EFF: hue angle of 237.84º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #585EFF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8894255-
CMYK0.650.6300
HSL237.84º100%67.25%-
HSV(B)237.84º65.49%100%-
XYZ26.0817.396.57-
YUV110.56209.51111.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.14%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 255 (100% from 255) = 58.35%
R=20.14%
G=21.51%
B=58.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal88942550.650.6300237.8410067.25
Hex585EFF413F00ee6443
Octal1301363771017700356144103
Binary10110001011110111111111000001111111001110111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585EFF; }

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

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

<style>
 a { background-color: #585EFF; }

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

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

<style>
 span { border-color: #585EFF; }

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

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