Shades of Neon Blue #645AFB
Tints of Neon Blue #645AFB
RGB
CMYK
RGB Variations
Color information
#645AFB (or 0x645AFB) is known color: Neon Blue. HEX triplet: 64, 5A and FB. RGB value is (100,90,251). Sum of RGB (Red+Green+Blue) = 100+90+251=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #645AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645AFB is #9BA504. Grayscale: #6E6E6E. Windows color (decimal): -10200325 or 16472676. OLE color: 16472676.
HSL color Cylindrical-coordinate representation of color #645AFB: hue angle of 243.73º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #645AFB is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 90 | 251 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.02 |
| HSL | 243.73º | 0.95% | 0.67% | - |
| HSV(B) | 243.73º | 0.64% | 0.98% | - |
| XYZ | 26.32 | 16.99 | 93.16 | - |
| YUV | 111.34 | 206.81 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 251 | 0.60 | 0.64 | 0 | 0.02 | 243.73 | 0.95 | 0.67 |
| Hex | 64 | 5A | FB | 3C | 40 | 0 | 2 | F4 | 5F | 43 |
| Octal | 144 | 132 | 373 | 74 | 100 | 0 | 2 | 364 | 137 | 103 |
| Binary | 1100100 | 1011010 | 11111011 | 111100 | 1000000 | 0 | 10 | 11110100 | 1011111 | 1000011 |
Color Harmonies of #645AFB
Complementary color
Monochromatic Colors of #645AFB
Black with #645AFB
Text Example
Text Example
White with #645AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645AFB; }
p { color: rgb(100,90,251); }
H1.HeaderClassName
{
color: #645AFB;
}
.AnyTagClassName
{
color: #645AFB;
}
</style>
background-color css
<style>
a { background-color: #645AFB; }
a { background-color: rgb(100,90,251); }
div.DivClassName
{
background-color: #645AFB;
}
.BgClassName
{
background-color: #645AFB;
}
</style>
border-color css
<style>
span { border-color: #645AFB; }
span { border-color: rgb(100,90,251); }
td.TdClassName
{
border-color: #645AFB;
}
.TagClassName
{
border-color: #645AFB;
}
</style>