Html Css Color HEX #596FFF Neon Blue

📋 copy color: '#596FFF'

red 89 ◦ green 111 ◦ blue 255

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

Shades of Neon Blue #596FFF

Tints of Neon Blue #596FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.4%

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

R = 19.56%
G = 24.4%
B = 56.04%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#596FFF (or 0x596FFF) is known color: Neon Blue. HEX triplet: 59, 6F and FF. RGB value is (89,111,255). Sum of RGB (Red+Green+Blue) = 89+111+255=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #596FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596FFF is #A69000. Grayscale: #787878. Windows color (decimal): -10915841 or 16740185. OLE color: 16740185.

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

Color convert

RGB 89 111 255 -
CMYK 0.65 0.56 0 0
HSL 232.05º 1% 0.67% -
HSV(B) 232.05º 0.65% 1% -
XYZ 27.85 20.71 97.14 -
YUV 120.84 203.71 105.29 -
System Red Green Blue C M Y K H S L
Decimal 89 111 255 0.65 0.56 0 0 232.05 1 0.67
Hex 59 6F FF 41 38 0 0 E8 64 43
Octal 131 157 377 101 70 0 0 350 144 103
Binary 1011001 1101111 11111111 1000001 111000 0 0 11101000 1100100 1000011

Color Harmonies of #596FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596FFF

Black with #596FFF

Text Example


Text Example

White with #596FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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