#5e5bfe

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

Shades of Neon Blue #5E5BFE

Tints of Neon Blue #5E5BFE

Color information

#5E5BFE (or 0x5E5BFE) is unknown color: approx Neon Blue. HEX triplet: 5E, 5B and FE. RGB value is (94,91,254). Sum of RGB (Red+Green+Blue) = 94+91+254=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E5BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5BFE is #A1A401. Grayscale: #6D6D6D. Windows color (decimal): -10593282 or 16669534. OLE color: 16669534.

HSL color Cylindrical-coordinate representation of color #5E5BFE: hue angle of 241.1º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E5BFE is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9491254-
CMYK0.630.6400.00
HSL241.1º98.79%67.65%-
HSV(B)241.1º64.17%99.61%-
XYZ26.2517.0295.67-
YUV110.48208.99116.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.41%
GREEN value IS 91 (35.94% from 255) = 20.73%
BLUE value IS 254 (99.61% from 255) = 57.86%
R=21.41%
G=20.73%
B=57.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal94912540.630.6400.00241.198.7967.65
Hex5E5BFE3F4000f16344
Octal1361333767710000361143104
Binary10111101011011111111101111111000000001111000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e5bfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5e5bfe; }

 p { color: rgb(94,91,254); }

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

<style>
 a { background-color: #5e5bfe; }

 a { background-color: rgb(94,91,254); }

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

<style>
 span { border-color: #5e5bfe; }

 span { border-color: rgb(94,91,254); }

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