#5D5EF9

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

Shades of Neon Blue #5D5EF9

Tints of Neon Blue #5D5EF9

Color information

#5D5EF9 (or 0x5D5EF9) is unknown color: approx Neon Blue. HEX triplet: 5D, 5E and F9. RGB value is (93,94,249). Sum of RGB (Red+Green+Blue) = 93+94+249=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #5D5EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5EF9 is #A2A106. Grayscale: #6E6E6E. Windows color (decimal): -10658055 or 16342621. OLE color: 16342621.

HSL color Cylindrical-coordinate representation of color #5D5EF9: hue angle of 239.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D5EF9 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9394249-
CMYK0.630.6200.02
HSL239.62º92.86%67.06%-
HSV(B)239.62º62.65%97.65%-
XYZ25.6217.1791.59-
YUV111.37205.67114.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.33%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 249 (97.66% from 255) = 57.11%
R=21.33%
G=21.56%
B=57.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal93942490.630.6200.02239.6292.8667.06
Hex5D5EF93F3E02f05d43
Octal135136371777602360135103
Binary10111011011110111110011111111111100101111000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,94,249); }

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

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

 a { background-color: rgb(93,94,249); }

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

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

 span { border-color: rgb(93,94,249); }

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