#5358EA

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

Shades of Neon Blue #5358EA

Tints of Neon Blue #5358EA

Color information

#5358EA (or 0x5358EA) is unknown color: approx Neon Blue. HEX triplet: 53, 58 and EA. RGB value is (83,88,234). Sum of RGB (Red+Green+Blue) = 83+88+234=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #5358EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5358EA is #ACA715. Grayscale: #666666. Windows color (decimal): -11314966 or 15358035. OLE color: 15358035.

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

Color convert

RGB8388234-
CMYK0.650.6200.08
HSL238.01º78.24%62.16%-
HSV(B)238.01º64.53%91.76%-
XYZ21.9114.7679.54-
YUV103.15201.84113.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.49%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 234 (91.80% from 255) = 57.78%
R=20.49%
G=21.73%
B=57.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal83882340.650.6200.08238.0178.2462.16
Hex5358EA413E08ee4e3e
Octal1231303521017601035611676
Binary1010011101100011101010100000111111001000111011101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5358EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5358EA; }

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

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

<style>
 a { background-color: #5358EA; }

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

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

<style>
 span { border-color: #5358EA; }

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

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