#5D51E8

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

Shades of Neon Blue #5D51E8

Tints of Neon Blue #5D51E8

Color information

#5D51E8 (or 0x5D51E8) is unknown color: approx Neon Blue. HEX triplet: 5D, 51 and E8. RGB value is (93,81,232). Sum of RGB (Red+Green+Blue) = 93+81+232=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #5D51E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D51E8 is #A2AE17. Grayscale: #656565. Windows color (decimal): -10661400 or 15225181. OLE color: 15225181.

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

Color convert

RGB9381232-
CMYK0.600.6500.09
HSL244.77º76.65%61.37%-
HSV(B)244.77º65.09%90.98%-
XYZ22.0214.0477.89-
YUV101.8201.48121.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.91%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 232 (91.02% from 255) = 57.14%
R=22.91%
G=19.95%
B=57.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal93812320.600.6500.09244.7776.6561.37
Hex5D51E83C4109f54d3d
Octal1351213507410101136511575
Binary1011101101000111101000111100100000101001111101011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D51E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,81,232); }

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

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

 a { background-color: rgb(93,81,232); }

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

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

 span { border-color: rgb(93,81,232); }

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