#5E39FE

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

Shades of Neon Blue #5E39FE

Tints of Neon Blue #5E39FE

Color information

#5E39FE (or 0x5E39FE) is unknown color: approx Neon Blue. HEX triplet: 5E, 39 and FE. RGB value is (94,57,254). Sum of RGB (Red+Green+Blue) = 94+57+254=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E39FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E39FE is #A1C601. Grayscale: #595959. Windows color (decimal): -10601986 or 16660830. OLE color: 16660830.

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

Color convert

RGB9457254-
CMYK0.630.7800.00
HSL251.27º98.99%60.98%-
HSV(B)251.27º77.56%99.61%-
XYZ23.9712.4694.91-
YUV90.52220.26130.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.21%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 254 (99.61% from 255) = 62.72%
R=23.21%
G=14.07%
B=62.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal94572540.630.7800.00251.2798.9960.98
Hex5E39FE3F4E00fb633d
Octal13671376771160037314375
Binary101111011100111111110111111100111000111110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E39FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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