#5B5CFF

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

Shades of Neon Blue #5B5CFF

Tints of Neon Blue #5B5CFF

Color information

#5B5CFF (or 0x5B5CFF) is unknown color: approx Neon Blue. HEX triplet: 5B, 5C and FF. RGB value is (91,92,255). Sum of RGB (Red+Green+Blue) = 91+92+255=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B5CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5CFF is #A4A300. Grayscale: #6D6D6D. Windows color (decimal): -10789633 or 16735323. OLE color: 16735323.

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

Color convert

RGB9192255-
CMYK0.640.6400
HSL239.63º100%67.84%-
HSV(B)239.63º64.31%100%-
XYZ26.1917.196.53-
YUV110.28209.67114.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.78%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 255 (100% from 255) = 58.22%
R=20.78%
G=21.00%
B=58.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal91922550.640.6400239.6310067.84
Hex5B5CFF404000f06444
Octal13313437710010000360144104
Binary101101110111001111111110000001000000001111000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,92,255); }

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

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

 a { background-color: rgb(91,92,255); }

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

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

 span { border-color: rgb(91,92,255); }

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