#5B50F8

Color #5B50F8 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5B50F8

Tints of Neon Blue #5B50F8

Color information

#5B50F8 (or 0x5B50F8) is unknown color: approx Neon Blue. HEX triplet: 5B, 50 and F8. RGB value is (91,80,248). Sum of RGB (Red+Green+Blue) = 91+80+248=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #5B50F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B50F8 is #A4AF07. Grayscale: #656565. Windows color (decimal): -10792712 or 16273499. OLE color: 16273499.

HSL color Cylindrical-coordinate representation of color #5B50F8: hue angle of 243.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B50F8 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9180248-
CMYK0.630.6800.03
HSL243.93º92.31%64.31%-
HSV(B)243.93º67.74%97.25%-
XYZ24.1314.7490.38-
YUV102.44210.14119.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.72%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 248 (97.27% from 255) = 59.19%
R=21.72%
G=19.09%
B=59.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal91802480.630.6800.03243.9392.3164.31
Hex5B50F83F4403f45c40
Octal1331203707710403364134100
Binary101101110100001111100011111110001000111111010010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B50F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B50F8;
 }
 .AnyTagClassName
 {
   color: #5B50F8;
 }
</style>
background-color css

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

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

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

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

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

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