#595BF4

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

Shades of Neon Blue #595BF4

Tints of Neon Blue #595BF4

Color information

#595BF4 (or 0x595BF4) is unknown color: approx Neon Blue. HEX triplet: 59, 5B and F4. RGB value is (89,91,244). Sum of RGB (Red+Green+Blue) = 89+91+244=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 244 (95.70% from 255 or 57.55% from 424); Max value from RGB is 244 - color contains mainly: blue. Hex color #595BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BF4 is #A6A40B. Grayscale: #6B6B6B. Windows color (decimal): -10920972 or 16014169. OLE color: 16014169.

HSL color Cylindrical-coordinate representation of color #595BF4: hue angle of 239.23º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595BF4 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8991244-
CMYK0.640.6300.04
HSL239.23º87.57%65.29%-
HSV(B)239.23º63.52%95.69%-
XYZ24.1916.1487.43-
YUV107.84204.84114.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.99%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 244 (95.70% from 255) = 57.55%
R=20.99%
G=21.46%
B=57.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal89912440.640.6300.04239.2387.5765.29
Hex595BF4403F04ef5841
Octal1311333641007704357130101
Binary1011001101101111110100100000011111101001110111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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