#5748e4

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

Shades of Neon Blue #5748E4

Tints of Neon Blue #5748E4

Color information

#5748E4 (or 0x5748E4) is unknown color: approx Neon Blue. HEX triplet: 57, 48 and E4. RGB value is (87,72,228). Sum of RGB (Red+Green+Blue) = 87+72+228=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #5748E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5748E4 is #A8B71B. Grayscale: #5D5D5D. Windows color (decimal): -11056924 or 14960727. OLE color: 14960727.

HSL color Cylindrical-coordinate representation of color #5748E4: hue angle of 245.77º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5748E4 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8772228-
CMYK0.620.6800.11
HSL245.77º74.29%58.82%-
HSV(B)245.77º68.42%89.41%-
XYZ20.2512.2674.7-
YUV94.27203.47122.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.48%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 228 (89.45% from 255) = 58.91%
R=22.48%
G=18.60%
B=58.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal87722280.620.6800.11245.7774.2958.82
Hex5748E43E440Bf64a3b
Octal1271103447610401336611273
Binary1010111100100011100100111110100010001011111101101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5748e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5748e4; }

 p { color: rgb(87,72,228); }

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

<style>
 a { background-color: #5748e4; }

 a { background-color: rgb(87,72,228); }

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

<style>
 span { border-color: #5748e4; }

 span { border-color: rgb(87,72,228); }

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