Html Css Color HEX #5A59EB Neon Blue

📋 copy color: '#5A59EB'

red 90 ◦ green 89 ◦ blue 235

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

Shades of Neon Blue #5A59EB

Tints of Neon Blue #5A59EB

RGB

 RED value IS 90 (35.55% from 255) = 21.74%

 GREEN value IS 89 (35.16% from 255) = 21.5%

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 21.74%
G = 21.5%
B = 56.76%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A59EB (or 0x5A59EB) is known color: Neon Blue. HEX triplet: 5A, 59 and EB. RGB value is (90,89,235). Sum of RGB (Red+Green+Blue) = 90+89+235=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A59EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A59EB is #A5A614. Grayscale: #696969. Windows color (decimal): -10855957 or 15423834. OLE color: 15423834.

HSL color Cylindrical-coordinate representation of color #5A59EB: hue angle of 240.41º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A59EB is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 89 235 -
CMYK 0.62 0.62 0 0.08
HSL 240.41º 0.78% 0.64% -
HSV(B) 240.41º 0.62% 0.92% -
XYZ 22.78 15.32 80.35 -
YUV 105.94 200.83 116.63 -
System Red Green Blue C M Y K H S L
Decimal 90 89 235 0.62 0.62 0 0.08 240.41 0.78 0.64
Hex 5A 59 EB 3E 3E 0 8 F0 4E 40
Octal 132 131 353 76 76 0 10 360 116 100
Binary 1011010 1011001 11101011 111110 111110 0 1000 11110000 1001110 1000000

Color Harmonies of #5A59EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A59EB

Black with #5A59EB

Text Example


Text Example

White with #5A59EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A59EB; }

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

 H1.HeaderClassName
 {
   color: #5A59EB;
 }
 .AnyTagClassName
 {
   color: #5A59EB;
 }
</style>

background-color css

<style>
 a { background-color: #5A59EB; }

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

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

border-color css

<style>
 span { border-color: #5A59EB; }

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

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