#5D59EA

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

Shades of Neon Blue #5D59EA

Tints of Neon Blue #5D59EA

Color information

#5D59EA (or 0x5D59EA) is unknown color: approx Neon Blue. HEX triplet: 5D, 59 and EA. RGB value is (93,89,234). Sum of RGB (Red+Green+Blue) = 93+89+234=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D59EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D59EA is #A2A615. Grayscale: #6A6A6A. Windows color (decimal): -10659350 or 15358301. OLE color: 15358301.

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

Color convert

RGB9389234-
CMYK0.600.6200.08
HSL241.66º77.54%63.33%-
HSV(B)241.66º61.97%91.76%-
XYZ22.9415.4179.61-
YUV106.73199.83118.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.36%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 234 (91.80% from 255) = 56.25%
R=22.36%
G=21.39%
B=56.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal93892340.600.6200.08241.6677.5463.33
Hex5D59EA3C3E08f24e3f
Octal135131352747601036211677
Binary101110110110011110101011110011111001000111100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D59EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,89,234); }

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

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

 a { background-color: rgb(93,89,234); }

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

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

 span { border-color: rgb(93,89,234); }

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