Shades of Neon Blue #645DFF
Tints of Neon Blue #645DFF
RGB
CMYK
RGB Variations
Color information
#645DFF (or 0x645DFF) is known color: Neon Blue. HEX triplet: 64, 5D and FF. RGB value is (100,93,255). Sum of RGB (Red+Green+Blue) = 100+93+255=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #645DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DFF is #9BA200. Grayscale: #707070. Windows color (decimal): -10199553 or 16735588. OLE color: 16735588.
HSL color Cylindrical-coordinate representation of color #645DFF: hue angle of 242.59º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #645DFF is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 93 | 255 | - |
| CMYK | 0.61 | 0.64 | 0 | 0 |
| HSL | 242.59º | 1% | 0.68% | - |
| HSV(B) | 242.59º | 0.64% | 1% | - |
| XYZ | 27.22 | 17.76 | 96.6 | - |
| YUV | 113.56 | 207.82 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 255 | 0.61 | 0.64 | 0 | 0 | 242.59 | 1 | 0.68 |
| Hex | 64 | 5D | FF | 3D | 40 | 0 | 0 | F3 | 64 | 44 |
| Octal | 144 | 135 | 377 | 75 | 100 | 0 | 0 | 363 | 144 | 104 |
| Binary | 1100100 | 1011101 | 11111111 | 111101 | 1000000 | 0 | 0 | 11110011 | 1100100 | 1000100 |
Color Harmonies of #645DFF
Complementary color
Monochromatic Colors of #645DFF
Black with #645DFF
Text Example
Text Example
White with #645DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DFF; }
p { color: rgb(100,93,255); }
H1.HeaderClassName
{
color: #645DFF;
}
.AnyTagClassName
{
color: #645DFF;
}
</style>
background-color css
<style>
a { background-color: #645DFF; }
a { background-color: rgb(100,93,255); }
div.DivClassName
{
background-color: #645DFF;
}
.BgClassName
{
background-color: #645DFF;
}
</style>
border-color css
<style>
span { border-color: #645DFF; }
span { border-color: rgb(100,93,255); }
td.TdClassName
{
border-color: #645DFF;
}
.TagClassName
{
border-color: #645DFF;
}
</style>