Html Css Color HEX #5B50EC Neon Blue

📋 copy color: '#5B50EC'

red 91 ◦ green 80 ◦ blue 236

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

Shades of Neon Blue #5B50EC

Tints of Neon Blue #5B50EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

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

R = 22.36%
G = 19.66%
B = 57.99%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B50EC (or 0x5B50EC) is known color: Neon Blue. HEX triplet: 5B, 50 and EC. RGB value is (91,80,236). Sum of RGB (Red+Green+Blue) = 91+80+236=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B50EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B50EC is #A4AF13. Grayscale: #646464. Windows color (decimal): -10792724 or 15487067. OLE color: 15487067.

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

Color convert

RGB 91 80 236 -
CMYK 0.61 0.66 0 0.07
HSL 244.23º 0.8% 0.62% -
HSV(B) 244.23º 0.66% 0.93% -
XYZ 22.32 14.02 80.89 -
YUV 101.07 204.14 120.82 -
System Red Green Blue C M Y K H S L
Decimal 91 80 236 0.61 0.66 0 0.07 244.23 0.8 0.62
Hex 5B 50 EC 3D 42 0 7 F4 50 3E
Octal 133 120 354 75 102 0 7 364 120 76
Binary 1011011 1010000 11101100 111101 1000010 0 111 11110100 1010000 111110

Color Harmonies of #5B50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B50EC

Black with #5B50EC

Text Example


Text Example

White with #5B50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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