Html Css Color HEX #644DFC Neon Blue

📋 copy color: '#644DFC'

red 100 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #644DFC

Tints of Neon Blue #644DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.74%

R = 23.31%
G = 17.95%
B = 58.74%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#644DFC (or 0x644DFC) is known color: Neon Blue. HEX triplet: 64, 4D and FC. RGB value is (100,77,252). Sum of RGB (Red+Green+Blue) = 100+77+252=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #644DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644DFC is #9BB203. Grayscale: #676767. Windows color (decimal): -10203652 or 16534884. OLE color: 16534884.

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

Color convert

RGB 100 77 252 -
CMYK 0.60 0.69 0 0.01
HSL 247.89º 0.97% 0.65% -
HSV(B) 247.89º 0.69% 0.99% -
XYZ 25.48 15.05 93.66 -
YUV 103.83 211.62 125.27 -
System Red Green Blue C M Y K H S L
Decimal 100 77 252 0.60 0.69 0 0.01 247.89 0.97 0.65
Hex 64 4D FC 3C 45 0 1 F8 61 41
Octal 144 115 374 74 105 0 1 370 141 101
Binary 1100100 1001101 11111100 111100 1000101 0 1 11111000 1100001 1000001

Color Harmonies of #644DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DFC

Black with #644DFC

Text Example


Text Example

White with #644DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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