Html Css Color HEX #596EFF Neon Blue

📋 copy color: '#596EFF'

red 89 ◦ green 110 ◦ blue 255

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

Shades of Neon Blue #596EFF

Tints of Neon Blue #596EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.23%

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

R = 19.6%
G = 24.23%
B = 56.17%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#596EFF (or 0x596EFF) is known color: Neon Blue. HEX triplet: 59, 6E and FF. RGB value is (89,110,255). Sum of RGB (Red+Green+Blue) = 89+110+255=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #596EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596EFF is #A69100. Grayscale: #777777. Windows color (decimal): -10916097 or 16739929. OLE color: 16739929.

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

Color convert

RGB 89 110 255 -
CMYK 0.65 0.57 0 0
HSL 232.41º 1% 0.67% -
HSV(B) 232.41º 0.65% 1% -
XYZ 27.75 20.5 97.1 -
YUV 120.25 204.04 105.71 -
System Red Green Blue C M Y K H S L
Decimal 89 110 255 0.65 0.57 0 0 232.41 1 0.67
Hex 59 6E FF 41 39 0 0 E8 64 43
Octal 131 156 377 101 71 0 0 350 144 103
Binary 1011001 1101110 11111111 1000001 111001 0 0 11101000 1100100 1000011

Color Harmonies of #596EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596EFF

Black with #596EFF

Text Example


Text Example

White with #596EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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