Html Css Color HEX #655AFA Neon Blue

📋 copy color: '#655AFA'

red 101 ◦ green 90 ◦ blue 250

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

Shades of Neon Blue #655AFA

Tints of Neon Blue #655AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 22.9%
G = 20.41%
B = 56.69%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#655AFA (or 0x655AFA) is known color: Neon Blue. HEX triplet: 65, 5A and FA. RGB value is (101,90,250). Sum of RGB (Red+Green+Blue) = 101+90+250=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #655AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655AFA is #9AA505. Grayscale: #6E6E6E. Windows color (decimal): -10134790 or 16407141. OLE color: 16407141.

HSL color Cylindrical-coordinate representation of color #655AFA: hue angle of 244.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #655AFA is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 90 250 -
CMYK 0.60 0.64 0 0.02
HSL 244.13º 0.94% 0.67% -
HSV(B) 244.13º 0.64% 0.98% -
XYZ 26.28 16.98 92.34 -
YUV 111.53 206.14 120.49 -
System Red Green Blue C M Y K H S L
Decimal 101 90 250 0.60 0.64 0 0.02 244.13 0.94 0.67
Hex 65 5A FA 3C 40 0 2 F4 5E 43
Octal 145 132 372 74 100 0 2 364 136 103
Binary 1100101 1011010 11111010 111100 1000000 0 10 11110100 1011110 1000011

Color Harmonies of #655AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AFA

Black with #655AFA

Text Example


Text Example

White with #655AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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