#5b3def

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

Shades of Neon Blue #5B3DEF

Tints of Neon Blue #5B3DEF

Color information

#5B3DEF (or 0x5B3DEF) is unknown color: approx Neon Blue. HEX triplet: 5B, 3D and EF. RGB value is (91,61,239). Sum of RGB (Red+Green+Blue) = 91+61+239=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B3DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3DEF is #A4C210. Grayscale: #595959. Windows color (decimal): -10797585 or 15678811. OLE color: 15678811.

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

Color convert

RGB9161239-
CMYK0.620.7400.06
HSL250.11º84.76%58.82%-
HSV(B)250.11º74.48%93.73%-
XYZ21.5611.7982.8-
YUV90.26211.94128.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.27%
GREEN value IS 61 (24.22% from 255) = 15.60%
BLUE value IS 239 (93.75% from 255) = 61.13%
R=23.27%
G=15.60%
B=61.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal91612390.620.7400.06250.1184.7658.82
Hex5B3DEF3E4A06fa553b
Octal13375357761120637212573
Binary10110111111011110111111111010010100110111110101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b3def

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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