Html Css Color HEX #644AF0 Neon Blue

📋 copy color: '#644AF0'

red 100 ◦ green 74 ◦ blue 240

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

Shades of Neon Blue #644AF0

Tints of Neon Blue #644AF0

RGB

 RED value IS 100 (39.45% from 255) = 24.15%

 GREEN value IS 74 (29.3% from 255) = 17.87%

 BLUE value IS 240 (94.14% from 255) = 57.97%

R = 24.15%
G = 17.87%
B = 57.97%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#644AF0 (or 0x644AF0) is known color: Neon Blue. HEX triplet: 64, 4A and F0. RGB value is (100,74,240). Sum of RGB (Red+Green+Blue) = 100+74+240=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #644AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #644AF0 is #9BB50F. Grayscale: #646464. Windows color (decimal): -10204432 or 15747684. OLE color: 15747684.

HSL color Cylindrical-coordinate representation of color #644AF0: hue angle of 249.4º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #644AF0 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 74 240 -
CMYK 0.58 0.69 0 0.06
HSL 249.4º 0.85% 0.62% -
HSV(B) 249.4º 0.69% 0.94% -
XYZ 23.43 13.9 83.89 -
YUV 100.7 206.61 127.5 -
System Red Green Blue C M Y K H S L
Decimal 100 74 240 0.58 0.69 0 0.06 249.4 0.85 0.62
Hex 64 4A F0 3A 45 0 6 F9 55 3E
Octal 144 112 360 72 105 0 6 371 125 76
Binary 1100100 1001010 11110000 111010 1000101 0 110 11111001 1010101 111110

Color Harmonies of #644AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644AF0

Black with #644AF0

Text Example


Text Example

White with #644AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644AF0; }

 p { color: rgb(100,74,240); }

 H1.HeaderClassName
 {
   color: #644AF0;
 }
 .AnyTagClassName
 {
   color: #644AF0;
 }
</style>

background-color css

<style>
 a { background-color: #644AF0; }

 a { background-color: rgb(100,74,240); }

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

border-color css

<style>
 span { border-color: #644AF0; }

 span { border-color: rgb(100,74,240); }

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