#5740E4

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

Shades of Neon Blue #5740E4

Tints of Neon Blue #5740E4

Color information

#5740E4 (or 0x5740E4) is unknown color: approx Neon Blue. HEX triplet: 57, 40 and E4. RGB value is (87,64,228). Sum of RGB (Red+Green+Blue) = 87+64+228=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 228 (89.45% from 255 or 60.16% from 379); Max value from RGB is 228 - color contains mainly: blue. Hex color #5740E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740E4 is #A8BF1B. Grayscale: #585858. Windows color (decimal): -11058972 or 14958679. OLE color: 14958679.

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

Color convert

RGB8764228-
CMYK0.620.7200.11
HSL248.41º75.23%57.25%-
HSV(B)248.41º71.93%89.41%-
XYZ19.7711.2974.54-
YUV89.57206.12126.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 64 (25.39% from 255) = 16.89%
BLUE value IS 228 (89.45% from 255) = 60.16%
R=22.96%
G=16.89%
B=60.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal87642280.620.7200.11248.4175.2357.25
Hex5740E43E480Bf84b39
Octal1271003447611001337011371
Binary1010111100000011100100111110100100001011111110001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5740E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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