Html Css Color HEX #5B58EC Neon Blue

📋 copy color: '#5B58EC'

red 91 ◦ green 88 ◦ blue 236

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

Shades of Neon Blue #5B58EC

Tints of Neon Blue #5B58EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.2%

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

R = 21.93%
G = 21.2%
B = 56.87%

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

#5B58EC (or 0x5B58EC) is known color: Neon Blue. HEX triplet: 5B, 58 and EC. RGB value is (91,88,236). Sum of RGB (Red+Green+Blue) = 91+88+236=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B58EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B58EC is #A4A713. Grayscale: #696969. Windows color (decimal): -10790676 or 15489115. OLE color: 15489115.

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

Color convert

RGB 91 88 236 -
CMYK 0.61 0.63 0 0.07
HSL 241.22º 0.8% 0.64% -
HSV(B) 241.22º 0.63% 0.93% -
XYZ 22.94 15.26 81.09 -
YUV 105.77 201.49 117.47 -
System Red Green Blue C M Y K H S L
Decimal 91 88 236 0.61 0.63 0 0.07 241.22 0.8 0.64
Hex 5B 58 EC 3D 3F 0 7 F1 50 40
Octal 133 130 354 75 77 0 7 361 120 100
Binary 1011011 1011000 11101100 111101 111111 0 111 11110001 1010000 1000000

Color Harmonies of #5B58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B58EC

Black with #5B58EC

Text Example


Text Example

White with #5B58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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