Shades of Neon Blue #645BFC
Tints of Neon Blue #645BFC
RGB
CMYK
RGB Variations
Color information
#645BFC (or 0x645BFC) is known color: Neon Blue. HEX triplet: 64, 5B and FC. RGB value is (100,91,252). Sum of RGB (Red+Green+Blue) = 100+91+252=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #645BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645BFC is #9BA403. Grayscale: #6F6F6F. Windows color (decimal): -10200068 or 16538468. OLE color: 16538468.
HSL color Cylindrical-coordinate representation of color #645BFC: hue angle of 243.35º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #645BFC is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 91 | 252 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.01 |
| HSL | 243.35º | 0.96% | 0.67% | - |
| HSV(B) | 243.35º | 0.64% | 0.99% | - |
| XYZ | 26.57 | 17.22 | 94.02 | - |
| YUV | 112.05 | 206.98 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 252 | 0.60 | 0.64 | 0 | 0.01 | 243.35 | 0.96 | 0.67 |
| Hex | 64 | 5B | FC | 3C | 40 | 0 | 1 | F3 | 60 | 43 |
| Octal | 144 | 133 | 374 | 74 | 100 | 0 | 1 | 363 | 140 | 103 |
| Binary | 1100100 | 1011011 | 11111100 | 111100 | 1000000 | 0 | 1 | 11110011 | 1100000 | 1000011 |
Color Harmonies of #645BFC
Complementary color
Monochromatic Colors of #645BFC
Black with #645BFC
Text Example
Text Example
White with #645BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BFC; }
p { color: rgb(100,91,252); }
H1.HeaderClassName
{
color: #645BFC;
}
.AnyTagClassName
{
color: #645BFC;
}
</style>
background-color css
<style>
a { background-color: #645BFC; }
a { background-color: rgb(100,91,252); }
div.DivClassName
{
background-color: #645BFC;
}
.BgClassName
{
background-color: #645BFC;
}
</style>
border-color css
<style>
span { border-color: #645BFC; }
span { border-color: rgb(100,91,252); }
td.TdClassName
{
border-color: #645BFC;
}
.TagClassName
{
border-color: #645BFC;
}
</style>