#5D42EB

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

Shades of Neon Blue #5D42EB

Tints of Neon Blue #5D42EB

Color information

#5D42EB (or 0x5D42EB) is unknown color: approx Neon Blue. HEX triplet: 5D, 42 and EB. RGB value is (93,66,235). Sum of RGB (Red+Green+Blue) = 93+66+235=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D42EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D42EB is #A2BD14. Grayscale: #5C5C5C. Windows color (decimal): -10665237 or 15417949. OLE color: 15417949.

HSL color Cylindrical-coordinate representation of color #5D42EB: hue angle of 249.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D42EB is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9366235-
CMYK0.600.7200.08
HSL249.59º80.86%59.02%-
HSV(B)249.59º71.91%92.16%-
XYZ21.4612.2279.83-
YUV93.34207.95127.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.60%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 235 (92.19% from 255) = 59.64%
R=23.60%
G=16.75%
B=59.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal93662350.600.7200.08249.5980.8659.02
Hex5D42EB3C4808fa513b
Octal1351023537411001037212173
Binary1011101100001011101011111100100100001000111110101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D42EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,66,235); }

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

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

 a { background-color: rgb(93,66,235); }

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

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

 span { border-color: rgb(93,66,235); }

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