#655DFF

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

Shades of Neon Blue #655DFF

Tints of Neon Blue #655DFF

Color information

#655DFF (or 0x655DFF) is unknown color: approx Neon Blue. HEX triplet: 65, 5D and FF. RGB value is (101,93,255). Sum of RGB (Red+Green+Blue) = 101+93+255=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 93 (36.72% from 255 or 20.71% 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 #655DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655DFF is #9AA200. Grayscale: #717171. Windows color (decimal): -10134017 or 16735589. OLE color: 16735589.

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

Color convert

RGB10193255-
CMYK0.600.6400
HSL242.96º100%68.24%-
HSV(B)242.96º63.53%100%-
XYZ27.3317.8296.61-
YUV113.86207.65118.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal101932550.600.6400242.9610068.24
Hex655DFF3C4000f36444
Octal1451353777410000363144104
Binary11001011011101111111111111001000000001111001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655DFF; }

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

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

<style>
 a { background-color: #655DFF; }

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

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

<style>
 span { border-color: #655DFF; }

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

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