#5740EB

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

Shades of Neon Blue #5740EB

Tints of Neon Blue #5740EB

Color information

#5740EB (or 0x5740EB) is unknown color: approx Neon Blue. HEX triplet: 57, 40 and EB. RGB value is (87,64,235). Sum of RGB (Red+Green+Blue) = 87+64+235=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #5740EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5740EB is #A8BF14. Grayscale: #595959. Windows color (decimal): -11058965 or 15417431. OLE color: 15417431.

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

Color convert

RGB8764235-
CMYK0.630.7300.08
HSL248.07º81.04%58.63%-
HSV(B)248.07º72.77%92.16%-
XYZ20.7611.6979.76-
YUV90.37209.62125.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.54%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=22.54%
G=16.58%
B=60.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal87642350.630.7300.08248.0781.0458.63
Hex5740EB3F4908f8513b
Octal1271003537711101037012173
Binary1010111100000011101011111111100100101000111110001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5740EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,64,235); }

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

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

 a { background-color: rgb(87,64,235); }

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

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

 span { border-color: rgb(87,64,235); }

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