Shades of Neon Blue #644CF5
Tints of Neon Blue #644CF5
RGB
CMYK
RGB Variations
Color information
#644CF5 (or 0x644CF5) is known color: Neon Blue. HEX triplet: 64, 4C and F5. RGB value is (100,76,245). Sum of RGB (Red+Green+Blue) = 100+76+245=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 245 (96.09% from 255 or 58.19% from 421); Max value from RGB is 245 - color contains mainly: blue. Hex color #644CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #644CF5 is #9BB30A. Grayscale: #656565. Windows color (decimal): -10203915 or 16075876. OLE color: 16075876.
HSL color Cylindrical-coordinate representation of color #644CF5: hue angle of 248.52º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #644CF5 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 76 | 245 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.04 |
| HSL | 248.52º | 0.89% | 0.63% | - |
| HSV(B) | 248.52º | 0.69% | 0.96% | - |
| XYZ | 24.32 | 14.47 | 87.9 | - |
| YUV | 102.44 | 208.45 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 245 | 0.59 | 0.69 | 0 | 0.04 | 248.52 | 0.89 | 0.63 |
| Hex | 64 | 4C | F5 | 3B | 45 | 0 | 4 | F9 | 59 | 3F |
| Octal | 144 | 114 | 365 | 73 | 105 | 0 | 4 | 371 | 131 | 77 |
| Binary | 1100100 | 1001100 | 11110101 | 111011 | 1000101 | 0 | 100 | 11111001 | 1011001 | 111111 |
Color Harmonies of #644CF5
Complementary color
Monochromatic Colors of #644CF5
Black with #644CF5
Text Example
Text Example
White with #644CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644CF5; }
p { color: rgb(100,76,245); }
H1.HeaderClassName
{
color: #644CF5;
}
.AnyTagClassName
{
color: #644CF5;
}
</style>
background-color css
<style>
a { background-color: #644CF5; }
a { background-color: rgb(100,76,245); }
div.DivClassName
{
background-color: #644CF5;
}
.BgClassName
{
background-color: #644CF5;
}
</style>
border-color css
<style>
span { border-color: #644CF5; }
span { border-color: rgb(100,76,245); }
td.TdClassName
{
border-color: #644CF5;
}
.TagClassName
{
border-color: #644CF5;
}
</style>