#585AFB

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

Shades of Neon Blue #585AFB

Tints of Neon Blue #585AFB

Color information

#585AFB (or 0x585AFB) is unknown color: approx Neon Blue. HEX triplet: 58, 5A and FB. RGB value is (88,90,251). Sum of RGB (Red+Green+Blue) = 88+90+251=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #585AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585AFB is #A7A504. Grayscale: #6B6B6B. Windows color (decimal): -10986757 or 16472664. OLE color: 16472664.

HSL color Cylindrical-coordinate representation of color #585AFB: hue angle of 239.26º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #585AFB is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8890251-
CMYK0.650.6400.02
HSL239.26º95.32%66.47%-
HSV(B)239.26º64.94%98.43%-
XYZ25.0916.3593.1-
YUV107.76208.84113.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.51%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 251 (98.44% from 255) = 58.51%
R=20.51%
G=20.98%
B=58.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal88902510.650.6400.02239.2695.3266.47
Hex585AFB414002ef5f42
Octal13013237310110002357137102
Binary1011000101101011111011100000110000000101110111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,90,251); }

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

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

 a { background-color: rgb(88,90,251); }

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

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

 span { border-color: rgb(88,90,251); }

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