Shades of Neon Blue #644BFE
Tints of Neon Blue #644BFE
RGB
CMYK
RGB Variations
Color information
#644BFE (or 0x644BFE) is known color: Neon Blue. HEX triplet: 64, 4B and FE. RGB value is (100,75,254). Sum of RGB (Red+Green+Blue) = 100+75+254=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #644BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #644BFE is #9BB401. Grayscale: #666666. Windows color (decimal): -10204162 or 16665444. OLE color: 16665444.
HSL color Cylindrical-coordinate representation of color #644BFE: hue angle of 248.38º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #644BFE is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 75 | 254 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.00 |
| HSL | 248.38º | 0.99% | 0.65% | - |
| HSV(B) | 248.38º | 0.7% | 1% | - |
| XYZ | 25.66 | 14.9 | 95.29 | - |
| YUV | 102.88 | 213.28 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 254 | 0.61 | 0.70 | 0 | 0.00 | 248.38 | 0.99 | 0.65 |
| Hex | 64 | 4B | FE | 3D | 46 | 0 | 0 | F8 | 63 | 41 |
| Octal | 144 | 113 | 376 | 75 | 106 | 0 | 0 | 370 | 143 | 101 |
| Binary | 1100100 | 1001011 | 11111110 | 111101 | 1000110 | 0 | 0 | 11111000 | 1100011 | 1000001 |
Color Harmonies of #644BFE
Complementary color
Monochromatic Colors of #644BFE
Black with #644BFE
Text Example
Text Example
White with #644BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BFE; }
p { color: rgb(100,75,254); }
H1.HeaderClassName
{
color: #644BFE;
}
.AnyTagClassName
{
color: #644BFE;
}
</style>
background-color css
<style>
a { background-color: #644BFE; }
a { background-color: rgb(100,75,254); }
div.DivClassName
{
background-color: #644BFE;
}
.BgClassName
{
background-color: #644BFE;
}
</style>
border-color css
<style>
span { border-color: #644BFE; }
span { border-color: rgb(100,75,254); }
td.TdClassName
{
border-color: #644BFE;
}
.TagClassName
{
border-color: #644BFE;
}
</style>