#5D58EA

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

Shades of Neon Blue #5D58EA

Tints of Neon Blue #5D58EA

Color information

#5D58EA (or 0x5D58EA) is unknown color: approx Neon Blue. HEX triplet: 5D, 58 and EA. RGB value is (93,88,234). Sum of RGB (Red+Green+Blue) = 93+88+234=415 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.41% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D58EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D58EA is #A2A715. Grayscale: #696969. Windows color (decimal): -10659606 or 15358045. OLE color: 15358045.

HSL color Cylindrical-coordinate representation of color #5D58EA: hue angle of 242.05º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D58EA is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9388234-
CMYK0.600.6200.08
HSL242.05º77.66%63.14%-
HSV(B)242.05º62.39%91.76%-
XYZ22.8615.2579.58-
YUV106.14200.16118.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.41%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 234 (91.80% from 255) = 56.39%
R=22.41%
G=21.20%
B=56.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal93882340.600.6200.08242.0577.6663.14
Hex5D58EA3C3E08f24e3f
Octal135130352747601036211677
Binary101110110110001110101011110011111001000111100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D58EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,88,234); }

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

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

 a { background-color: rgb(93,88,234); }

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

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

 span { border-color: rgb(93,88,234); }

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