Html Css Color HEX #596CFF Neon Blue

📋 copy color: '#596CFF'

red 89 ◦ green 108 ◦ blue 255

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

Shades of Neon Blue #596CFF

Tints of Neon Blue #596CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.89%

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

R = 19.69%
G = 23.89%
B = 56.42%

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

#596CFF (or 0x596CFF) is known color: Neon Blue. HEX triplet: 59, 6C and FF. RGB value is (89,108,255). Sum of RGB (Red+Green+Blue) = 89+108+255=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #596CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596CFF is #A69300. Grayscale: #767676. Windows color (decimal): -10916609 or 16739417. OLE color: 16739417.

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

Color convert

RGB 89 108 255 -
CMYK 0.65 0.58 0 0
HSL 233.13º 1% 0.67% -
HSV(B) 233.13º 0.65% 1% -
XYZ 27.53 20.07 97.03 -
YUV 119.08 204.71 106.55 -
System Red Green Blue C M Y K H S L
Decimal 89 108 255 0.65 0.58 0 0 233.13 1 0.67
Hex 59 6C FF 41 3A 0 0 E9 64 43
Octal 131 154 377 101 72 0 0 351 144 103
Binary 1011001 1101100 11111111 1000001 111010 0 0 11101001 1100100 1000011

Color Harmonies of #596CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CFF

Black with #596CFF

Text Example


Text Example

White with #596CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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