Shades of Neon Blue #644BEC
Tints of Neon Blue #644BEC
RGB
CMYK
RGB Variations
Color information
#644BEC (or 0x644BEC) is known color: Neon Blue. HEX triplet: 64, 4B and EC. RGB value is (100,75,236). Sum of RGB (Red+Green+Blue) = 100+75+236=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #644BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #644BEC is #9BB413. Grayscale: #646464. Windows color (decimal): -10204180 or 15485796. OLE color: 15485796.
HSL color Cylindrical-coordinate representation of color #644BEC: hue angle of 249.32º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #644BEC is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 75 | 236 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.07 |
| HSL | 249.32º | 0.81% | 0.61% | - |
| HSV(B) | 249.32º | 0.68% | 0.93% | - |
| XYZ | 22.91 | 13.8 | 80.81 | - |
| YUV | 100.83 | 204.28 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 236 | 0.58 | 0.68 | 0 | 0.07 | 249.32 | 0.81 | 0.61 |
| Hex | 64 | 4B | EC | 3A | 44 | 0 | 7 | F9 | 51 | 3D |
| Octal | 144 | 113 | 354 | 72 | 104 | 0 | 7 | 371 | 121 | 75 |
| Binary | 1100100 | 1001011 | 11101100 | 111010 | 1000100 | 0 | 111 | 11111001 | 1010001 | 111101 |
Color Harmonies of #644BEC
Complementary color
Monochromatic Colors of #644BEC
Black with #644BEC
Text Example
Text Example
White with #644BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BEC; }
p { color: rgb(100,75,236); }
H1.HeaderClassName
{
color: #644BEC;
}
.AnyTagClassName
{
color: #644BEC;
}
</style>
background-color css
<style>
a { background-color: #644BEC; }
a { background-color: rgb(100,75,236); }
div.DivClassName
{
background-color: #644BEC;
}
.BgClassName
{
background-color: #644BEC;
}
</style>
border-color css
<style>
span { border-color: #644BEC; }
span { border-color: rgb(100,75,236); }
td.TdClassName
{
border-color: #644BEC;
}
.TagClassName
{
border-color: #644BEC;
}
</style>