#5E3DEF

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

Shades of Neon Blue #5E3DEF

Tints of Neon Blue #5E3DEF

Color information

#5E3DEF (or 0x5E3DEF) is unknown color: approx Neon Blue. HEX triplet: 5E, 3D and EF. RGB value is (94,61,239). Sum of RGB (Red+Green+Blue) = 94+61+239=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E3DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3DEF is #A1C210. Grayscale: #5A5A5A. Windows color (decimal): -10600977 or 15678814. OLE color: 15678814.

HSL color Cylindrical-coordinate representation of color #5E3DEF: hue angle of 251.12º 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 #5E3DEF is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9461239-
CMYK0.610.7400.06
HSL251.12º84.76%58.82%-
HSV(B)251.12º74.48%93.73%-
XYZ21.8611.9582.82-
YUV91.16211.43130.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.86%
GREEN value IS 61 (24.22% from 255) = 15.48%
BLUE value IS 239 (93.75% from 255) = 60.66%
R=23.86%
G=15.48%
B=60.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal94612390.610.7400.06251.1284.7658.82
Hex5E3DEF3D4A06fb553b
Octal13675357751120637312573
Binary10111101111011110111111110110010100110111110111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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