#5E38F5

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

Shades of Neon Blue #5E38F5

Tints of Neon Blue #5E38F5

Color information

#5E38F5 (or 0x5E38F5) is unknown color: approx Neon Blue. HEX triplet: 5E, 38 and F5. RGB value is (94,56,245). Sum of RGB (Red+Green+Blue) = 94+56+245=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 245 (96.09% from 255 or 62.03% from 395); Max value from RGB is 245 - color contains mainly: blue. Hex color #5E38F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E38F5 is #A1C70A. Grayscale: #585858. Windows color (decimal): -10602251 or 16070750. OLE color: 16070750.

HSL color Cylindrical-coordinate representation of color #5E38F5: hue angle of 252.06º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E38F5 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9456245-
CMYK0.620.7700.04
HSL252.06º90.43%59.02%-
HSV(B)252.06º77.14%96.08%-
XYZ22.5111.887.48-
YUV88.91216.09131.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.80%
GREEN value IS 56 (22.27% from 255) = 14.18%
BLUE value IS 245 (96.09% from 255) = 62.03%
R=23.80%
G=14.18%
B=62.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal94562450.620.7700.04252.0690.4359.02
Hex5E38F53E4D04fc5a3b
Octal13670365761150437413273
Binary10111101110001111010111111010011010100111111001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E38F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,56,245); }

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

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

 a { background-color: rgb(94,56,245); }

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

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

 span { border-color: rgb(94,56,245); }

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