Html Css Color HEX #595AFB Neon Blue

📋 copy color: '#595AFB'

red 89 ◦ green 90 ◦ blue 251

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

Shades of Neon Blue #595AFB

Tints of Neon Blue #595AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

 BLUE value IS 251 (98.44% from 255) = 58.37%

R = 20.7%
G = 20.93%
B = 58.37%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#595AFB (or 0x595AFB) is known color: Neon Blue. HEX triplet: 59, 5A and FB. RGB value is (89,90,251). Sum of RGB (Red+Green+Blue) = 89+90+251=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #595AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595AFB is #A6A504. Grayscale: #6B6B6B. Windows color (decimal): -10921221 or 16472665. OLE color: 16472665.

HSL color Cylindrical-coordinate representation of color #595AFB: hue angle of 239.63º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #595AFB is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 90 251 -
CMYK 0.65 0.64 0 0.02
HSL 239.63º 0.95% 0.67% -
HSV(B) 239.63º 0.65% 0.98% -
XYZ 25.19 16.4 93.1 -
YUV 108.06 208.67 114.41 -
System Red Green Blue C M Y K H S L
Decimal 89 90 251 0.65 0.64 0 0.02 239.63 0.95 0.67
Hex 59 5A FB 41 40 0 2 F0 5F 43
Octal 131 132 373 101 100 0 2 360 137 103
Binary 1011001 1011010 11111011 1000001 1000000 0 10 11110000 1011111 1000011

Color Harmonies of #595AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AFB

Black with #595AFB

Text Example


Text Example

White with #595AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595AFB; }

 p { color: rgb(89,90,251); }

 H1.HeaderClassName
 {
   color: #595AFB;
 }
 .AnyTagClassName
 {
   color: #595AFB;
 }
</style>

background-color css

<style>
 a { background-color: #595AFB; }

 a { background-color: rgb(89,90,251); }

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

border-color css

<style>
 span { border-color: #595AFB; }

 span { border-color: rgb(89,90,251); }

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