#5D61FF

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

Shades of Neon Blue #5D61FF

Tints of Neon Blue #5D61FF

Color information

#5D61FF (or 0x5D61FF) is unknown color: approx Neon Blue. HEX triplet: 5D, 61 and FF. RGB value is (93,97,255). Sum of RGB (Red+Green+Blue) = 93+97+255=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D61FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D61FF is #A29E00. Grayscale: #717171. Windows color (decimal): -10657281 or 16736605. OLE color: 16736605.

HSL color Cylindrical-coordinate representation of color #5D61FF: hue angle of 238.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D61FF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9397255-
CMYK0.640.6200
HSL238.52º100%68.24%-
HSV(B)238.52º63.53%100%-
XYZ26.8418.196.69-
YUV113.82207.67113.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.90%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 255 (100% from 255) = 57.30%
R=20.90%
G=21.80%
B=57.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal93972550.640.6200238.5210068.24
Hex5D61FF403E00ef6444
Octal1351413771007600357144104
Binary10111011100001111111111000000111110001110111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D61FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,97,255); }

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

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

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

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

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

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

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