Html Css Color HEX #596CFA Neon Blue

📋 copy color: '#596CFA'

red 89 ◦ green 108 ◦ blue 250

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

Shades of Neon Blue #596CFA

Tints of Neon Blue #596CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 19.91%
G = 24.16%
B = 55.93%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#596CFA (or 0x596CFA) is known color: Neon Blue. HEX triplet: 59, 6C and FA. RGB value is (89,108,250). Sum of RGB (Red+Green+Blue) = 89+108+250=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #596CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596CFA is #A69305. Grayscale: #757575. Windows color (decimal): -10916614 or 16411737. OLE color: 16411737.

HSL color Cylindrical-coordinate representation of color #596CFA: hue angle of 232.92º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #596CFA is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 108 250 -
CMYK 0.64 0.57 0 0.02
HSL 232.92º 0.94% 0.66% -
HSV(B) 232.92º 0.64% 0.98% -
XYZ 26.74 19.75 92.85 -
YUV 118.51 202.21 106.95 -
System Red Green Blue C M Y K H S L
Decimal 89 108 250 0.64 0.57 0 0.02 232.92 0.94 0.66
Hex 59 6C FA 40 39 0 2 E9 5E 42
Octal 131 154 372 100 71 0 2 351 136 102
Binary 1011001 1101100 11111010 1000000 111001 0 10 11101001 1011110 1000010

Color Harmonies of #596CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CFA

Black with #596CFA

Text Example


Text Example

White with #596CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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