#5C40E9

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

Shades of Neon Blue #5C40E9

Tints of Neon Blue #5C40E9

Color information

#5C40E9 (or 0x5C40E9) is unknown color: approx Neon Blue. HEX triplet: 5C, 40 and E9. RGB value is (92,64,233). Sum of RGB (Red+Green+Blue) = 92+64+233=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 233 (91.41% from 255 or 59.90% from 389); Max value from RGB is 233 - color contains mainly: blue. Hex color #5C40E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C40E9 is #A3BF16. Grayscale: #5A5A5A. Windows color (decimal): -10731287 or 15286364. OLE color: 15286364.

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

Color convert

RGB9264233-
CMYK0.610.7300.09
HSL249.94º79.34%58.24%-
HSV(B)249.94º72.53%91.37%-
XYZ20.9611.8378.27-
YUV91.64207.78128.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.65%
GREEN value IS 64 (25.39% from 255) = 16.45%
BLUE value IS 233 (91.41% from 255) = 59.90%
R=23.65%
G=16.45%
B=59.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal92642330.610.7300.09249.9479.3458.24
Hex5C40E93D4909fa4f3a
Octal1341003517511101137211772
Binary1011100100000011101001111101100100101001111110101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C40E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,64,233); }

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

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

 a { background-color: rgb(92,64,233); }

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

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

 span { border-color: rgb(92,64,233); }

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