Shades of Neon Blue #6451FA
Tints of Neon Blue #6451FA
RGB
CMYK
RGB Variations
Color information
#6451FA (or 0x6451FA) is known color: Neon Blue. HEX triplet: 64, 51 and FA. RGB value is (100,81,250). Sum of RGB (Red+Green+Blue) = 100+81+250=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #6451FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6451FA is #9BAE05. Grayscale: #696969. Windows color (decimal): -10202630 or 16404836. OLE color: 16404836.
HSL color Cylindrical-coordinate representation of color #6451FA: hue angle of 246.75º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6451FA is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 81 | 250 | - |
| CMYK | 0.6 | 0.68 | 0 | 0.02 |
| HSL | 246.75º | 0.94% | 0.65% | - |
| HSV(B) | 246.75º | 0.68% | 0.98% | - |
| XYZ | 25.45 | 15.5 | 92.09 | - |
| YUV | 105.95 | 209.29 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 250 | 0.6 | 0.68 | 0 | 0.02 | 246.75 | 0.94 | 0.65 |
| Hex | 64 | 51 | FA | 3C | 44 | 0 | 2 | F7 | 5E | 41 |
| Octal | 144 | 121 | 372 | 74 | 104 | 0 | 2 | 367 | 136 | 101 |
| Binary | 1100100 | 1010001 | 11111010 | 111100 | 1000100 | 0 | 10 | 11110111 | 1011110 | 1000001 |
Color Harmonies of #6451FA
Complementary color
Monochromatic Colors of #6451FA
Black with #6451FA
Text Example
Text Example
White with #6451FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6451FA; }
p { color: rgb(100,81,250); }
H1.HeaderClassName
{
color: #6451FA;
}
.AnyTagClassName
{
color: #6451FA;
}
</style>
background-color css
<style>
a { background-color: #6451FA; }
a { background-color: rgb(100,81,250); }
div.DivClassName
{
background-color: #6451FA;
}
.BgClassName
{
background-color: #6451FA;
}
</style>
border-color css
<style>
span { border-color: #6451FA; }
span { border-color: rgb(100,81,250); }
td.TdClassName
{
border-color: #6451FA;
}
.TagClassName
{
border-color: #6451FA;
}
</style>