#5C58EA

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

Shades of Neon Blue #5C58EA

Tints of Neon Blue #5C58EA

Color information

#5C58EA (or 0x5C58EA) is unknown color: approx Neon Blue. HEX triplet: 5C, 58 and EA. RGB value is (92,88,234). Sum of RGB (Red+Green+Blue) = 92+88+234=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C58EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C58EA is #A3A715. Grayscale: #696969. Windows color (decimal): -10725142 or 15358044. OLE color: 15358044.

HSL color Cylindrical-coordinate representation of color #5C58EA: hue angle of 241.64º 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 #5C58EA is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9288234-
CMYK0.610.6200.08
HSL241.64º77.66%63.14%-
HSV(B)241.64º62.39%91.76%-
XYZ22.7515.279.58-
YUV105.84200.33118.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.22%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 234 (91.80% from 255) = 56.52%
R=22.22%
G=21.26%
B=56.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal92882340.610.6200.08241.6477.6663.14
Hex5C58EA3D3E08f24e3f
Octal134130352757601036211677
Binary101110010110001110101011110111111001000111100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C58EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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