Html Css Color HEX #655AFF Neon Blue

📋 copy color: '#655AFF'

red 101 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #655AFF

Tints of Neon Blue #655AFF

RGB

 RED value IS 101 (39.84% from 255) = 22.65%

 GREEN value IS 90 (35.55% from 255) = 20.18%

 BLUE value IS 255 (100% from 255) = 57.17%

R = 22.65%
G = 20.18%
B = 57.17%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#655AFF (or 0x655AFF) is known color: Neon Blue. HEX triplet: 65, 5A and FF. RGB value is (101,90,255). Sum of RGB (Red+Green+Blue) = 101+90+255=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #655AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655AFF is #9AA500. Grayscale: #6F6F6F. Windows color (decimal): -10134785 or 16734821. OLE color: 16734821.

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

Color convert

RGB 101 90 255 -
CMYK 0.60 0.65 0 0
HSL 244º 1% 0.68% -
HSV(B) 244º 0.65% 1% -
XYZ 27.07 17.3 96.52 -
YUV 112.1 208.64 120.08 -
System Red Green Blue C M Y K H S L
Decimal 101 90 255 0.60 0.65 0 0 244 1 0.68
Hex 65 5A FF 3C 41 0 0 F4 64 44
Octal 145 132 377 74 101 0 0 364 144 104
Binary 1100101 1011010 11111111 111100 1000001 0 0 11110100 1100100 1000100

Color Harmonies of #655AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AFF

Black with #655AFF

Text Example


Text Example

White with #655AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #655AFF;
 }
 .AnyTagClassName
 {
   color: #655AFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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