Html Css Color HEX #595EFB Neon Blue

📋 copy color: '#595EFB'

red 89 ◦ green 94 ◦ blue 251

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

Shades of Neon Blue #595EFB

Tints of Neon Blue #595EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.66%

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

R = 20.51%
G = 21.66%
B = 57.83%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#595EFB (or 0x595EFB) is known color: Neon Blue. HEX triplet: 59, 5E and FB. RGB value is (89,94,251). Sum of RGB (Red+Green+Blue) = 89+94+251=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #595EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595EFB is #A6A104. Grayscale: #6D6D6D. Windows color (decimal): -10920197 or 16473689. OLE color: 16473689.

HSL color Cylindrical-coordinate representation of color #595EFB: hue angle of 238.15º 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 #595EFB is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 94 251 -
CMYK 0.65 0.63 0 0.02
HSL 238.15º 0.95% 0.67% -
HSV(B) 238.15º 0.65% 0.98% -
XYZ 25.54 17.09 93.22 -
YUV 110.4 207.34 112.73 -
System Red Green Blue C M Y K H S L
Decimal 89 94 251 0.65 0.63 0 0.02 238.15 0.95 0.67
Hex 59 5E FB 41 3F 0 2 EE 5F 43
Octal 131 136 373 101 77 0 2 356 137 103
Binary 1011001 1011110 11111011 1000001 111111 0 10 11101110 1011111 1000011

Color Harmonies of #595EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595EFB

Black with #595EFB

Text Example


Text Example

White with #595EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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