#5D58FD

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

Shades of Neon Blue #5D58FD

Tints of Neon Blue #5D58FD

Color information

#5D58FD (or 0x5D58FD) is unknown color: approx Neon Blue. HEX triplet: 5D, 58 and FD. RGB value is (93,88,253). Sum of RGB (Red+Green+Blue) = 93+88+253=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D58FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D58FD is #A2A702. Grayscale: #6B6B6B. Windows color (decimal): -10659587 or 16603229. OLE color: 16603229.

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

Color convert

RGB9388253-
CMYK0.630.6500.01
HSL241.82º97.63%66.86%-
HSV(B)241.82º65.22%99.22%-
XYZ25.7316.494.74-
YUV108.3209.66117.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.43%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 253 (99.22% from 255) = 58.29%
R=21.43%
G=20.28%
B=58.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal93882530.630.6500.01241.8297.6366.86
Hex5D58FD3F4101f26243
Octal1351303757710101362142103
Binary10111011011000111111011111111000001011111001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D58FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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