Html Css Color HEX #5B57EC Neon Blue

📋 copy color: '#5B57EC'

red 91 ◦ green 87 ◦ blue 236

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

Shades of Neon Blue #5B57EC

Tints of Neon Blue #5B57EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57%

R = 21.98%
G = 21.01%
B = 57%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B57EC (or 0x5B57EC) is known color: Neon Blue. HEX triplet: 5B, 57 and EC. RGB value is (91,87,236). Sum of RGB (Red+Green+Blue) = 91+87+236=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B57EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B57EC is #A4A813. Grayscale: #686868. Windows color (decimal): -10790932 or 15488859. OLE color: 15488859.

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

Color convert

RGB 91 87 236 -
CMYK 0.61 0.63 0 0.07
HSL 241.61º 0.8% 0.63% -
HSV(B) 241.61º 0.63% 0.93% -
XYZ 22.86 15.1 81.07 -
YUV 105.18 201.83 117.88 -
System Red Green Blue C M Y K H S L
Decimal 91 87 236 0.61 0.63 0 0.07 241.61 0.8 0.63
Hex 5B 57 EC 3D 3F 0 7 F2 50 3F
Octal 133 127 354 75 77 0 7 362 120 77
Binary 1011011 1010111 11101100 111101 111111 0 111 11110010 1010000 111111

Color Harmonies of #5B57EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B57EC

Black with #5B57EC

Text Example


Text Example

White with #5B57EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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