Shades of Neon Blue #644FFE
Tints of Neon Blue #644FFE
RGB
CMYK
RGB Variations
Color information
#644FFE (or 0x644FFE) is known color: Neon Blue. HEX triplet: 64, 4F and FE. RGB value is (100,79,254). Sum of RGB (Red+Green+Blue) = 100+79+254=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #644FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644FFE is #9BB001. Grayscale: #686868. Windows color (decimal): -10203138 or 16666468. OLE color: 16666468.
HSL color Cylindrical-coordinate representation of color #644FFE: hue angle of 247.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #644FFE is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 79 | 254 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.00 |
| HSL | 247.2º | 0.99% | 0.65% | - |
| HSV(B) | 247.2º | 0.69% | 1% | - |
| XYZ | 25.94 | 15.46 | 95.38 | - |
| YUV | 105.23 | 211.96 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 254 | 0.61 | 0.69 | 0 | 0.00 | 247.2 | 0.99 | 0.65 |
| Hex | 64 | 4F | FE | 3D | 45 | 0 | 0 | F7 | 63 | 41 |
| Octal | 144 | 117 | 376 | 75 | 105 | 0 | 0 | 367 | 143 | 101 |
| Binary | 1100100 | 1001111 | 11111110 | 111101 | 1000101 | 0 | 0 | 11110111 | 1100011 | 1000001 |
Color Harmonies of #644FFE
Complementary color
Monochromatic Colors of #644FFE
Black with #644FFE
Text Example
Text Example
White with #644FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FFE; }
p { color: rgb(100,79,254); }
H1.HeaderClassName
{
color: #644FFE;
}
.AnyTagClassName
{
color: #644FFE;
}
</style>
background-color css
<style>
a { background-color: #644FFE; }
a { background-color: rgb(100,79,254); }
div.DivClassName
{
background-color: #644FFE;
}
.BgClassName
{
background-color: #644FFE;
}
</style>
border-color css
<style>
span { border-color: #644FFE; }
span { border-color: rgb(100,79,254); }
td.TdClassName
{
border-color: #644FFE;
}
.TagClassName
{
border-color: #644FFE;
}
</style>