#5341EB

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

Shades of Neon Blue #5341EB

Tints of Neon Blue #5341EB

Color information

#5341EB (or 0x5341EB) is unknown color: approx Neon Blue. HEX triplet: 53, 41 and EB. RGB value is (83,65,235). Sum of RGB (Red+Green+Blue) = 83+65+235=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #5341EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5341EB is #ACBE14. Grayscale: #595959. Windows color (decimal): -11320853 or 15417683. OLE color: 15417683.

HSL color Cylindrical-coordinate representation of color #5341EB: hue angle of 246.35º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5341EB is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8365235-
CMYK0.650.7200.08
HSL246.35º80.95%58.82%-
HSV(B)246.35º72.34%92.16%-
XYZ20.4511.6279.76-
YUV89.76209.96123.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 65 (25.78% from 255) = 16.97%
BLUE value IS 235 (92.19% from 255) = 61.36%
R=21.67%
G=16.97%
B=61.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal83652350.650.7200.08246.3580.9558.82
Hex5341EB414808f6513b
Octal12310135310111001036612173
Binary10100111000001111010111000001100100001000111101101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5341EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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