#5e5bef

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

Shades of Neon Blue #5E5BEF

Tints of Neon Blue #5E5BEF

Color information

#5E5BEF (or 0x5E5BEF) is unknown color: approx Neon Blue. HEX triplet: 5E, 5B and EF. RGB value is (94,91,239). Sum of RGB (Red+Green+Blue) = 94+91+239=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E5BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5BEF is #A1A410. Grayscale: #6C6C6C. Windows color (decimal): -10593297 or 15686494. OLE color: 15686494.

HSL color Cylindrical-coordinate representation of color #5E5BEF: hue angle of 241.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E5BEF is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9491239-
CMYK0.610.6200.06
HSL241.22º82.22%64.71%-
HSV(B)241.22º61.92%93.73%-
XYZ23.9416.0983.51-
YUV108.77201.49117.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.17%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 239 (93.75% from 255) = 56.37%
R=22.17%
G=21.46%
B=56.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal94912390.610.6200.06241.2282.2264.71
Hex5E5BEF3D3E06f15241
Octal136133357757606361122101
Binary101111010110111110111111110111111001101111000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e5bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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