#5E38FD

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

Shades of Neon Blue #5E38FD

Tints of Neon Blue #5E38FD

Color information

#5E38FD (or 0x5E38FD) is unknown color: approx Neon Blue. HEX triplet: 5E, 38 and FD. RGB value is (94,56,253). Sum of RGB (Red+Green+Blue) = 94+56+253=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E38FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E38FD is #A1C702. Grayscale: #595959. Windows color (decimal): -10602243 or 16595038. OLE color: 16595038.

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

Color convert

RGB9456253-
CMYK0.630.7800.01
HSL251.57º98.01%60.59%-
HSV(B)251.57º77.87%99.22%-
XYZ23.7612.394.05-
YUV89.82220.09130.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.33%
GREEN value IS 56 (22.27% from 255) = 13.90%
BLUE value IS 253 (99.22% from 255) = 62.78%
R=23.33%
G=13.90%
B=62.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal94562530.630.7800.01251.5798.0160.59
Hex5E38FD3F4E01fc623d
Octal13670375771160137414275
Binary101111011100011111101111111100111001111111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E38FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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