Html Css Color HEX #596AFF Neon Blue

📋 copy color: '#596AFF'

red 89 ◦ green 106 ◦ blue 255

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

Shades of Neon Blue #596AFF

Tints of Neon Blue #596AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.56%

 BLUE value IS 255 (100% from 255) = 56.67%

R = 19.78%
G = 23.56%
B = 56.67%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#596AFF (or 0x596AFF) is known color: Neon Blue. HEX triplet: 59, 6A and FF. RGB value is (89,106,255). Sum of RGB (Red+Green+Blue) = 89+106+255=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #596AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596AFF is #A69500. Grayscale: #757575. Windows color (decimal): -10917121 or 16738905. OLE color: 16738905.

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

Color convert

RGB 89 106 255 -
CMYK 0.65 0.58 0 0
HSL 233.86º 1% 0.67% -
HSV(B) 233.86º 0.65% 1% -
XYZ 27.32 19.65 96.96 -
YUV 117.9 205.37 107.38 -
System Red Green Blue C M Y K H S L
Decimal 89 106 255 0.65 0.58 0 0 233.86 1 0.67
Hex 59 6A FF 41 3A 0 0 EA 64 43
Octal 131 152 377 101 72 0 0 352 144 103
Binary 1011001 1101010 11111111 1000001 111010 0 0 11101010 1100100 1000011

Color Harmonies of #596AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596AFF

Black with #596AFF

Text Example


Text Example

White with #596AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596AFF; }

 p { color: rgb(89,106,255); }

 H1.HeaderClassName
 {
   color: #596AFF;
 }
 .AnyTagClassName
 {
   color: #596AFF;
 }
</style>

background-color css

<style>
 a { background-color: #596AFF; }

 a { background-color: rgb(89,106,255); }

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

border-color css

<style>
 span { border-color: #596AFF; }

 span { border-color: rgb(89,106,255); }

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