#5745E8

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

Shades of Neon Blue #5745E8

Tints of Neon Blue #5745E8

Color information

#5745E8 (or 0x5745E8) is unknown color: approx Neon Blue. HEX triplet: 57, 45 and E8. RGB value is (87,69,232). Sum of RGB (Red+Green+Blue) = 87+69+232=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 232 (91.02% from 255 or 59.79% from 388); Max value from RGB is 232 - color contains mainly: blue. Hex color #5745E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5745E8 is #A8BA17. Grayscale: #5C5C5C. Windows color (decimal): -11057688 or 15222103. OLE color: 15222103.

HSL color Cylindrical-coordinate representation of color #5745E8: hue angle of 246.63º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5745E8 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8769232-
CMYK0.620.7000.09
HSL246.63º77.99%59.02%-
HSV(B)246.63º70.26%90.98%-
XYZ20.6212.1177.59-
YUV92.96206.46123.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 69 (27.34% from 255) = 17.78%
BLUE value IS 232 (91.02% from 255) = 59.79%
R=22.42%
G=17.78%
B=59.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal87692320.620.7000.09246.6377.9959.02
Hex5745E83E4609f74e3b
Octal1271053507610601136711673
Binary1010111100010111101000111110100011001001111101111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5745E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5745E8; }

 p { color: rgb(87,69,232); }

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

<style>
 a { background-color: #5745E8; }

 a { background-color: rgb(87,69,232); }

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

<style>
 span { border-color: #5745E8; }

 span { border-color: rgb(87,69,232); }

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