Shades of Neon Blue #645BFE
Tints of Neon Blue #645BFE
RGB
CMYK
RGB Variations
Color information
#645BFE (or 0x645BFE) is known color: Neon Blue. HEX triplet: 64, 5B and FE. RGB value is (100,91,254). Sum of RGB (Red+Green+Blue) = 100+91+254=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #645BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645BFE is #9BA401. Grayscale: #6F6F6F. Windows color (decimal): -10200066 or 16669540. OLE color: 16669540.
HSL color Cylindrical-coordinate representation of color #645BFE: hue angle of 243.31º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #645BFE is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 91 | 254 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.00 |
| HSL | 243.31º | 0.99% | 0.68% | - |
| HSV(B) | 243.31º | 0.64% | 1% | - |
| XYZ | 26.89 | 17.35 | 95.7 | - |
| YUV | 112.27 | 207.98 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 254 | 0.61 | 0.64 | 0 | 0.00 | 243.31 | 0.99 | 0.68 |
| Hex | 64 | 5B | FE | 3D | 40 | 0 | 0 | F3 | 63 | 44 |
| Octal | 144 | 133 | 376 | 75 | 100 | 0 | 0 | 363 | 143 | 104 |
| Binary | 1100100 | 1011011 | 11111110 | 111101 | 1000000 | 0 | 0 | 11110011 | 1100011 | 1000100 |
Color Harmonies of #645BFE
Complementary color
Monochromatic Colors of #645BFE
Black with #645BFE
Text Example
Text Example
White with #645BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BFE; }
p { color: rgb(100,91,254); }
H1.HeaderClassName
{
color: #645BFE;
}
.AnyTagClassName
{
color: #645BFE;
}
</style>
background-color css
<style>
a { background-color: #645BFE; }
a { background-color: rgb(100,91,254); }
div.DivClassName
{
background-color: #645BFE;
}
.BgClassName
{
background-color: #645BFE;
}
</style>
border-color css
<style>
span { border-color: #645BFE; }
span { border-color: rgb(100,91,254); }
td.TdClassName
{
border-color: #645BFE;
}
.TagClassName
{
border-color: #645BFE;
}
</style>