#5859FB

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

Shades of Neon Blue #5859FB

Tints of Neon Blue #5859FB

Color information

#5859FB (or 0x5859FB) is unknown color: approx Neon Blue. HEX triplet: 58, 59 and FB. RGB value is (88,89,251). Sum of RGB (Red+Green+Blue) = 88+89+251=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #5859FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5859FB is #A7A604. Grayscale: #6A6A6A. Windows color (decimal): -10987013 or 16472408. OLE color: 16472408.

HSL color Cylindrical-coordinate representation of color #5859FB: hue angle of 239.63º 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 #5859FB is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8889251-
CMYK0.650.6500.02
HSL239.63º95.32%66.47%-
HSV(B)239.63º64.94%98.43%-
XYZ25.0116.1893.07-
YUV107.17209.17114.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.56%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 251 (98.44% from 255) = 58.64%
R=20.56%
G=20.79%
B=58.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal88892510.650.6500.02239.6395.3266.47
Hex5859FB414102f05f42
Octal13013137310110102360137102
Binary1011000101100111111011100000110000010101111000010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5859FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5859FB; }

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

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

<style>
 a { background-color: #5859FB; }

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

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

<style>
 span { border-color: #5859FB; }

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

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