#5C5BE8

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

Shades of Neon Blue #5C5BE8

Tints of Neon Blue #5C5BE8

Color information

#5C5BE8 (or 0x5C5BE8) is unknown color: approx Neon Blue. HEX triplet: 5C, 5B and E8. RGB value is (92,91,232). Sum of RGB (Red+Green+Blue) = 92+91+232=415 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.17% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 232 (91.02% from 255 or 55.90% from 415); Max value from RGB is 232 - color contains mainly: blue. Hex color #5C5BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5BE8 is #A3A417. Grayscale: #6A6A6A. Windows color (decimal): -10724376 or 15227740. OLE color: 15227740.

HSL color Cylindrical-coordinate representation of color #5C5BE8: hue angle of 240.43º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C5BE8 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9291232-
CMYK0.600.6100.09
HSL240.43º75.4%63.33%-
HSV(B)240.43º60.78%90.98%-
XYZ22.7215.5878.15-
YUV107.37198.33117.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.17%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 232 (91.02% from 255) = 55.90%
R=22.17%
G=21.93%
B=55.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal92912320.600.6100.09240.4375.463.33
Hex5C5BE83C3D09f04b3f
Octal134133350747501136011377
Binary101110010110111110100011110011110101001111100001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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