Html Css Color HEX #596BFA Neon Blue

📋 copy color: '#596BFA'

red 89 ◦ green 107 ◦ blue 250

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

Shades of Neon Blue #596BFA

Tints of Neon Blue #596BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.99%

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

R = 19.96%
G = 23.99%
B = 56.05%

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

#596BFA (or 0x596BFA) is known color: Neon Blue. HEX triplet: 59, 6B and FA. RGB value is (89,107,250). Sum of RGB (Red+Green+Blue) = 89+107+250=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #596BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596BFA is #A69405. Grayscale: #757575. Windows color (decimal): -10916870 or 16411481. OLE color: 16411481.

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

Color convert

RGB 89 107 250 -
CMYK 0.64 0.57 0 0.02
HSL 233.29º 0.94% 0.66% -
HSV(B) 233.29º 0.64% 0.98% -
XYZ 26.63 19.54 92.81 -
YUV 117.92 202.54 107.37 -
System Red Green Blue C M Y K H S L
Decimal 89 107 250 0.64 0.57 0 0.02 233.29 0.94 0.66
Hex 59 6B FA 40 39 0 2 E9 5E 42
Octal 131 153 372 100 71 0 2 351 136 102
Binary 1011001 1101011 11111010 1000000 111001 0 10 11101001 1011110 1000010

Color Harmonies of #596BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BFA

Black with #596BFA

Text Example


Text Example

White with #596BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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