Shades of Neon Blue #645CFE
Tints of Neon Blue #645CFE
RGB
CMYK
RGB Variations
Color information
#645CFE (or 0x645CFE) is known color: Neon Blue. HEX triplet: 64, 5C and FE. RGB value is (100,92,254). Sum of RGB (Red+Green+Blue) = 100+92+254=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #645CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645CFE is #9BA301. Grayscale: #707070. Windows color (decimal): -10199810 or 16669796. OLE color: 16669796.
HSL color Cylindrical-coordinate representation of color #645CFE: hue angle of 242.96º 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 #645CFE is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 92 | 254 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.00 |
| HSL | 242.96º | 0.99% | 0.68% | - |
| HSV(B) | 242.96º | 0.64% | 1% | - |
| XYZ | 26.97 | 17.52 | 95.73 | - |
| YUV | 112.86 | 207.65 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 254 | 0.61 | 0.64 | 0 | 0.00 | 242.96 | 0.99 | 0.68 |
| Hex | 64 | 5C | FE | 3D | 40 | 0 | 0 | F3 | 63 | 44 |
| Octal | 144 | 134 | 376 | 75 | 100 | 0 | 0 | 363 | 143 | 104 |
| Binary | 1100100 | 1011100 | 11111110 | 111101 | 1000000 | 0 | 0 | 11110011 | 1100011 | 1000100 |
Color Harmonies of #645CFE
Complementary color
Monochromatic Colors of #645CFE
Black with #645CFE
Text Example
Text Example
White with #645CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CFE; }
p { color: rgb(100,92,254); }
H1.HeaderClassName
{
color: #645CFE;
}
.AnyTagClassName
{
color: #645CFE;
}
</style>
background-color css
<style>
a { background-color: #645CFE; }
a { background-color: rgb(100,92,254); }
div.DivClassName
{
background-color: #645CFE;
}
.BgClassName
{
background-color: #645CFE;
}
</style>
border-color css
<style>
span { border-color: #645CFE; }
span { border-color: rgb(100,92,254); }
td.TdClassName
{
border-color: #645CFE;
}
.TagClassName
{
border-color: #645CFE;
}
</style>