Html Css Color HEX #644DFD Neon Blue

📋 copy color: '#644DFD'

red 100 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #644DFD

Tints of Neon Blue #644DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 23.26%
G = 17.91%
B = 58.84%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#644DFD (or 0x644DFD) is known color: Neon Blue. HEX triplet: 64, 4D and FD. RGB value is (100,77,253). Sum of RGB (Red+Green+Blue) = 100+77+253=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #644DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644DFD is #9BB202. Grayscale: #676767. Windows color (decimal): -10203651 or 16600420. OLE color: 16600420.

HSL color Cylindrical-coordinate representation of color #644DFD: hue angle of 247.84º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #644DFD is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 77 253 -
CMYK 0.60 0.70 0 0.01
HSL 247.84º 0.98% 0.65% -
HSV(B) 247.84º 0.7% 0.99% -
XYZ 25.64 15.11 94.49 -
YUV 103.94 212.12 125.19 -
System Red Green Blue C M Y K H S L
Decimal 100 77 253 0.60 0.70 0 0.01 247.84 0.98 0.65
Hex 64 4D FD 3C 46 0 1 F8 62 41
Octal 144 115 375 74 106 0 1 370 142 101
Binary 1100100 1001101 11111101 111100 1000110 0 1 11111000 1100010 1000001

Color Harmonies of #644DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DFD

Black with #644DFD

Text Example


Text Example

White with #644DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,77,253); }

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

background-color css

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

 a { background-color: rgb(100,77,253); }

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

border-color css

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

 span { border-color: rgb(100,77,253); }

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