#5740FE

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

Shades of Neon Blue #5740FE

Tints of Neon Blue #5740FE

Color information

#5740FE (or 0x5740FE) is unknown color: approx Neon Blue. HEX triplet: 57, 40 and FE. RGB value is (87,64,254). Sum of RGB (Red+Green+Blue) = 87+64+254=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #5740FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5740FE is #A8BF01. Grayscale: #5B5B5B. Windows color (decimal): -11058946 or 16662615. OLE color: 16662615.

HSL color Cylindrical-coordinate representation of color #5740FE: hue angle of 247.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5740FE is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8764254-
CMYK0.660.7500.00
HSL247.26º98.96%62.35%-
HSV(B)247.26º74.8%99.61%-
XYZ23.6512.8595-
YUV92.54219.12124.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.48%
GREEN value IS 64 (25.39% from 255) = 15.80%
BLUE value IS 254 (99.61% from 255) = 62.72%
R=21.48%
G=15.80%
B=62.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal87642540.660.7500.00247.2698.9662.35
Hex5740FE424B00f7633e
Octal1271003761021130036714376
Binary10101111000000111111101000010100101100111101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5740FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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