Shades of Neon Blue #645DFE
Tints of Neon Blue #645DFE
RGB
CMYK
RGB Variations
Color information
#645DFE (or 0x645DFE) is known color: Neon Blue. HEX triplet: 64, 5D and FE. RGB value is (100,93,254). Sum of RGB (Red+Green+Blue) = 100+93+254=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #645DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DFE is #9BA201. Grayscale: #707070. Windows color (decimal): -10199554 or 16670052. OLE color: 16670052.
HSL color Cylindrical-coordinate representation of color #645DFE: hue angle of 242.61º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #645DFE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 93 | 254 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.00 |
| HSL | 242.61º | 0.99% | 0.68% | - |
| HSV(B) | 242.61º | 0.63% | 1% | - |
| XYZ | 27.06 | 17.69 | 95.75 | - |
| YUV | 113.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 254 | 0.61 | 0.63 | 0 | 0.00 | 242.61 | 0.99 | 0.68 |
| Hex | 64 | 5D | FE | 3D | 3F | 0 | 0 | F3 | 63 | 44 |
| Octal | 144 | 135 | 376 | 75 | 77 | 0 | 0 | 363 | 143 | 104 |
| Binary | 1100100 | 1011101 | 11111110 | 111101 | 111111 | 0 | 0 | 11110011 | 1100011 | 1000100 |
Color Harmonies of #645DFE
Complementary color
Monochromatic Colors of #645DFE
Black with #645DFE
Text Example
Text Example
White with #645DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DFE; }
p { color: rgb(100,93,254); }
H1.HeaderClassName
{
color: #645DFE;
}
.AnyTagClassName
{
color: #645DFE;
}
</style>
background-color css
<style>
a { background-color: #645DFE; }
a { background-color: rgb(100,93,254); }
div.DivClassName
{
background-color: #645DFE;
}
.BgClassName
{
background-color: #645DFE;
}
</style>
border-color css
<style>
span { border-color: #645DFE; }
span { border-color: rgb(100,93,254); }
td.TdClassName
{
border-color: #645DFE;
}
.TagClassName
{
border-color: #645DFE;
}
</style>