#5358EB

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

Shades of Neon Blue #5358EB

Tints of Neon Blue #5358EB

Color information

#5358EB (or 0x5358EB) is unknown color: approx Neon Blue. HEX triplet: 53, 58 and EB. RGB value is (83,88,235). Sum of RGB (Red+Green+Blue) = 83+88+235=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #5358EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5358EB is #ACA714. Grayscale: #666666. Windows color (decimal): -11314965 or 15423571. OLE color: 15423571.

HSL color Cylindrical-coordinate representation of color #5358EB: hue angle of 238.03º degrees, saturation: 0.79, 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 #5358EB is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8388235-
CMYK0.650.6300.08
HSL238.03º79.17%62.35%-
HSV(B)238.03º64.68%92.16%-
XYZ22.0514.8280.29-
YUV103.26202.34113.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.44%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 235 (92.19% from 255) = 57.88%
R=20.44%
G=21.67%
B=57.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal83882350.650.6300.08238.0379.1762.35
Hex5358EB413F08ee4f3e
Octal1231303531017701035611776
Binary1010011101100011101011100000111111101000111011101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5358EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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