#5D5EFD

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

Shades of Neon Blue #5D5EFD

Tints of Neon Blue #5D5EFD

Color information

#5D5EFD (or 0x5D5EFD) is unknown color: approx Neon Blue. HEX triplet: 5D, 5E and FD. RGB value is (93,94,253). Sum of RGB (Red+Green+Blue) = 93+94+253=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D5EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5EFD is #A2A102. Grayscale: #6F6F6F. Windows color (decimal): -10658051 or 16604765. OLE color: 16604765.

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

Color convert

RGB9394253-
CMYK0.630.6300.01
HSL239.62º97.56%67.84%-
HSV(B)239.62º63.24%99.22%-
XYZ26.2517.4294.91-
YUV111.83207.67114.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.14%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 253 (99.22% from 255) = 57.5%
R=21.14%
G=21.36%
B=57.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal93942530.630.6300.01239.6297.5667.84
Hex5D5EFD3F3F01f06244
Octal135136375777701360142104
Binary1011101101111011111101111111111111011111000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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