Html Css Color HEX #595AF6 Neon Blue

📋 copy color: '#595AF6'

red 89 ◦ green 90 ◦ blue 246

#595AF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #595AF6

Tints of Neon Blue #595AF6

RGB

 RED value IS 89 (35.16% from 255) = 20.94%

 GREEN value IS 90 (35.55% from 255) = 21.18%

 BLUE value IS 246 (96.48% from 255) = 57.88%

R = 20.94%
G = 21.18%
B = 57.88%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#595AF6 (or 0x595AF6) is known color: Neon Blue. HEX triplet: 59, 5A and F6. RGB value is (89,90,246). Sum of RGB (Red+Green+Blue) = 89+90+246=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #595AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595AF6 is #A6A509. Grayscale: #6A6A6A. Windows color (decimal): -10921226 or 16144985. OLE color: 16144985.

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

Color convert

RGB 89 90 246 -
CMYK 0.64 0.63 0 0.04
HSL 239.62º 0.9% 0.66% -
HSV(B) 239.62º 0.64% 0.96% -
XYZ 24.41 16.09 89.01 -
YUV 107.49 206.17 114.82 -
System Red Green Blue C M Y K H S L
Decimal 89 90 246 0.64 0.63 0 0.04 239.62 0.9 0.66
Hex 59 5A F6 40 3F 0 4 F0 5A 42
Octal 131 132 366 100 77 0 4 360 132 102
Binary 1011001 1011010 11110110 1000000 111111 0 100 11110000 1011010 1000010

Color Harmonies of #595AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AF6

Black with #595AF6

Text Example


Text Example

White with #595AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,246); }

 H1.HeaderClassName
 {
   color: #595AF6;
 }
 .AnyTagClassName
 {
   color: #595AF6;
 }
</style>

background-color css

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

 a { background-color: rgb(89,90,246); }

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

border-color css

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

 span { border-color: rgb(89,90,246); }

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