#5D5DEB

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

Shades of Neon Blue #5D5DEB

Tints of Neon Blue #5D5DEB

Color information

#5D5DEB (or 0x5D5DEB) is unknown color: approx Neon Blue. HEX triplet: 5D, 5D and EB. RGB value is (93,93,235). Sum of RGB (Red+Green+Blue) = 93+93+235=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D5DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5DEB is #A2A214. Grayscale: #6C6C6C. Windows color (decimal): -10658325 or 15424861. OLE color: 15424861.

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

Color convert

RGB9393235-
CMYK0.600.6000.08
HSL240º78.02%64.31%-
HSV(B)240º60.43%92.16%-
XYZ23.4216.1580.48-
YUV109.19199116.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.09%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 235 (92.19% from 255) = 55.82%
R=22.09%
G=22.09%
B=55.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal93932350.600.6000.0824078.0264.31
Hex5D5DEB3C3C08f04e40
Octal1351353537474010360116100
Binary1011101101110111101011111100111100010001111000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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