Html Css Color HEX #5B57EA Neon Blue

📋 copy color: '#5B57EA'

red 91 ◦ green 87 ◦ blue 234

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

Shades of Neon Blue #5B57EA

Tints of Neon Blue #5B57EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.12%

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

R = 22.09%
G = 21.12%
B = 56.8%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5B57EA (or 0x5B57EA) is known color: Neon Blue. HEX triplet: 5B, 57 and EA. RGB value is (91,87,234). Sum of RGB (Red+Green+Blue) = 91+87+234=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B57EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B57EA is #A4A815. Grayscale: #686868. Windows color (decimal): -10790934 or 15357787. OLE color: 15357787.

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

Color convert

RGB 91 87 234 -
CMYK 0.61 0.63 0 0.08
HSL 241.63º 0.78% 0.63% -
HSV(B) 241.63º 0.63% 0.92% -
XYZ 22.57 14.98 79.54 -
YUV 104.95 200.83 118.05 -
System Red Green Blue C M Y K H S L
Decimal 91 87 234 0.61 0.63 0 0.08 241.63 0.78 0.63
Hex 5B 57 EA 3D 3F 0 8 F2 4E 3F
Octal 133 127 352 75 77 0 10 362 116 77
Binary 1011011 1010111 11101010 111101 111111 0 1000 11110010 1001110 111111

Color Harmonies of #5B57EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B57EA

Black with #5B57EA

Text Example


Text Example

White with #5B57EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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