#5D65FF

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

Shades of Neon Blue #5D65FF

Tints of Neon Blue #5D65FF

Color information

#5D65FF (or 0x5D65FF) is unknown color: approx Neon Blue. HEX triplet: 5D, 65 and FF. RGB value is (93,101,255). Sum of RGB (Red+Green+Blue) = 93+101+255=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D65FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D65FF is #A29A00. Grayscale: #737373. Windows color (decimal): -10656257 or 16737629. OLE color: 16737629.

HSL color Cylindrical-coordinate representation of color #5D65FF: hue angle of 237.04º 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 #5D65FF is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB93101255-
CMYK0.640.6000
HSL237.04º100%68.24%-
HSV(B)237.04º63.53%100%-
XYZ27.2218.8596.81-
YUV116.16206.35111.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.71%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 255 (100% from 255) = 56.79%
R=20.71%
G=22.49%
B=56.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal931012550.640.6000237.0410068.24
Hex5D65FF403C00ed6444
Octal1351453771007400355144104
Binary10111011100101111111111000000111100001110110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D65FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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