Html Css Color HEX #5B59EA Neon Blue

📋 copy color: '#5B59EA'

red 91 ◦ green 89 ◦ blue 234

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

Shades of Neon Blue #5B59EA

Tints of Neon Blue #5B59EA

RGB

 RED value IS 91 (35.94% from 255) = 21.98%

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

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 21.98%
G = 21.5%
B = 56.52%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5B59EA (or 0x5B59EA) is known color: Neon Blue. HEX triplet: 5B, 59 and EA. RGB value is (91,89,234). Sum of RGB (Red+Green+Blue) = 91+89+234=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B59EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B59EA is #A4A615. Grayscale: #696969. Windows color (decimal): -10790422 or 15358299. OLE color: 15358299.

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

Color convert

RGB 91 89 234 -
CMYK 0.61 0.62 0 0.08
HSL 240.83º 0.78% 0.63% -
HSV(B) 240.83º 0.62% 0.92% -
XYZ 22.74 15.31 79.6 -
YUV 106.13 200.16 117.21 -
System Red Green Blue C M Y K H S L
Decimal 91 89 234 0.61 0.62 0 0.08 240.83 0.78 0.63
Hex 5B 59 EA 3D 3E 0 8 F1 4E 3F
Octal 133 131 352 75 76 0 10 361 116 77
Binary 1011011 1011001 11101010 111101 111110 0 1000 11110001 1001110 111111

Color Harmonies of #5B59EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B59EA

Black with #5B59EA

Text Example


Text Example

White with #5B59EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,89,234); }

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

background-color css

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

 a { background-color: rgb(91,89,234); }

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

border-color css

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

 span { border-color: rgb(91,89,234); }

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