#5D42E7

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

Shades of Neon Blue #5D42E7

Tints of Neon Blue #5D42E7

Color information

#5D42E7 (or 0x5D42E7) is unknown color: approx Neon Blue. HEX triplet: 5D, 42 and E7. RGB value is (93,66,231). Sum of RGB (Red+Green+Blue) = 93+66+231=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 231 (90.62% from 255 or 59.23% from 390); Max value from RGB is 231 - color contains mainly: blue. Hex color #5D42E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D42E7 is #A2BD18. Grayscale: #5C5C5C. Windows color (decimal): -10665241 or 15155805. OLE color: 15155805.

HSL color Cylindrical-coordinate representation of color #5D42E7: hue angle of 249.82º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D42E7 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9366231-
CMYK0.600.7100.09
HSL249.82º77.46%58.24%-
HSV(B)249.82º71.43%90.59%-
XYZ20.8911.9976.82-
YUV92.88205.95128.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.85%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 231 (90.62% from 255) = 59.23%
R=23.85%
G=16.92%
B=59.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal93662310.600.7100.09249.8277.4658.24
Hex5D42E73C4709fa4d3a
Octal1351023477410701137211572
Binary1011101100001011100111111100100011101001111110101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D42E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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