Html Css Color HEX #655DFF Neon Blue

📋 copy color: '#655DFF'

red 101 ◦ green 93 ◦ blue 255

#655DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #655DFF

Tints of Neon Blue #655DFF

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 value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#655DFF (or 0x655DFF) is known color: 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

RGB 101 93 255 -
CMYK 0.60 0.64 0 0
HSL 242.96º 1% 0.68% -
HSV(B) 242.96º 0.64% 1% -
XYZ 27.33 17.82 96.61 -
YUV 113.86 207.65 118.83 -
System Red Green Blue C M Y K H S L
Decimal 101 93 255 0.60 0.64 0 0 242.96 1 0.68
Hex 65 5D FF 3C 40 0 0 F3 64 44
Octal 145 135 377 74 100 0 0 363 144 104
Binary 1100101 1011101 11111111 111100 1000000 0 0 11110011 1100100 1000100

Color Harmonies of #655DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DFF

Black with #655DFF

Text Example


Text Example

White with #655DFF

Text Example


Text Example

HTML Codes & Css Web 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>