#595BFE

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

Shades of Neon Blue #595BFE

Tints of Neon Blue #595BFE

Color information

#595BFE (or 0x595BFE) is unknown color: approx Neon Blue. HEX triplet: 59, 5B and FE. RGB value is (89,91,254). Sum of RGB (Red+Green+Blue) = 89+91+254=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #595BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BFE is #A6A401. Grayscale: #6C6C6C. Windows color (decimal): -10920962 or 16669529. OLE color: 16669529.

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

Color convert

RGB8991254-
CMYK0.650.6400.00
HSL239.27º98.8%67.25%-
HSV(B)239.27º64.96%99.61%-
XYZ25.7516.7695.64-
YUV108.98209.84113.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.51%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 254 (99.61% from 255) = 58.53%
R=20.51%
G=20.97%
B=58.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal89912540.650.6400.00239.2798.867.25
Hex595BFE414000ef6343
Octal13113337610110000357143103
Binary101100110110111111111010000011000000001110111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595BFE; }

 p { color: rgb(89,91,254); }

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

<style>
 a { background-color: #595BFE; }

 a { background-color: rgb(89,91,254); }

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

<style>
 span { border-color: #595BFE; }

 span { border-color: rgb(89,91,254); }

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