Shades of Neon Blue #644DED
Tints of Neon Blue #644DED
RGB
CMYK
RGB Variations
Color information
#644DED (or 0x644DED) is known color: Neon Blue. HEX triplet: 64, 4D and ED. RGB value is (100,77,237). Sum of RGB (Red+Green+Blue) = 100+77+237=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #644DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644DED is #9BB212. Grayscale: #656565. Windows color (decimal): -10203667 or 15551844. OLE color: 15551844.
HSL color Cylindrical-coordinate representation of color #644DED: hue angle of 248.63º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #644DED is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 77 | 237 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.07 |
| HSL | 248.63º | 0.82% | 0.62% | - |
| HSV(B) | 248.63º | 0.68% | 0.93% | - |
| XYZ | 23.2 | 14.13 | 81.63 | - |
| YUV | 102.12 | 204.12 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 237 | 0.58 | 0.68 | 0 | 0.07 | 248.63 | 0.82 | 0.62 |
| Hex | 64 | 4D | ED | 3A | 44 | 0 | 7 | F9 | 52 | 3E |
| Octal | 144 | 115 | 355 | 72 | 104 | 0 | 7 | 371 | 122 | 76 |
| Binary | 1100100 | 1001101 | 11101101 | 111010 | 1000100 | 0 | 111 | 11111001 | 1010010 | 111110 |
Color Harmonies of #644DED
Complementary color
Monochromatic Colors of #644DED
Black with #644DED
Text Example
Text Example
White with #644DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DED; }
p { color: rgb(100,77,237); }
H1.HeaderClassName
{
color: #644DED;
}
.AnyTagClassName
{
color: #644DED;
}
</style>
background-color css
<style>
a { background-color: #644DED; }
a { background-color: rgb(100,77,237); }
div.DivClassName
{
background-color: #644DED;
}
.BgClassName
{
background-color: #644DED;
}
</style>
border-color css
<style>
span { border-color: #644DED; }
span { border-color: rgb(100,77,237); }
td.TdClassName
{
border-color: #644DED;
}
.TagClassName
{
border-color: #644DED;
}
</style>