Shades of Neon Blue #645EFF
Tints of Neon Blue #645EFF
RGB
CMYK
RGB Variations
Color information
#645EFF (or 0x645EFF) is known color: Neon Blue. HEX triplet: 64, 5E and FF. RGB value is (100,94,255). Sum of RGB (Red+Green+Blue) = 100+94+255=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #645EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645EFF is #9BA100. Grayscale: #717171. Windows color (decimal): -10199297 or 16735844. OLE color: 16735844.
HSL color Cylindrical-coordinate representation of color #645EFF: hue angle of 242.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #645EFF is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 94 | 255 | - |
| CMYK | 0.61 | 0.63 | 0 | 0 |
| HSL | 242.24º | 1% | 0.68% | - |
| HSV(B) | 242.24º | 0.63% | 1% | - |
| XYZ | 27.31 | 17.93 | 96.63 | - |
| YUV | 114.15 | 207.49 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 255 | 0.61 | 0.63 | 0 | 0 | 242.24 | 1 | 0.68 |
| Hex | 64 | 5E | FF | 3D | 3F | 0 | 0 | F2 | 64 | 44 |
| Octal | 144 | 136 | 377 | 75 | 77 | 0 | 0 | 362 | 144 | 104 |
| Binary | 1100100 | 1011110 | 11111111 | 111101 | 111111 | 0 | 0 | 11110010 | 1100100 | 1000100 |
Color Harmonies of #645EFF
Complementary color
Monochromatic Colors of #645EFF
Black with #645EFF
Text Example
Text Example
White with #645EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645EFF; }
p { color: rgb(100,94,255); }
H1.HeaderClassName
{
color: #645EFF;
}
.AnyTagClassName
{
color: #645EFF;
}
</style>
background-color css
<style>
a { background-color: #645EFF; }
a { background-color: rgb(100,94,255); }
div.DivClassName
{
background-color: #645EFF;
}
.BgClassName
{
background-color: #645EFF;
}
</style>
border-color css
<style>
span { border-color: #645EFF; }
span { border-color: rgb(100,94,255); }
td.TdClassName
{
border-color: #645EFF;
}
.TagClassName
{
border-color: #645EFF;
}
</style>