Shades of Neon Blue #6449FA
Tints of Neon Blue #6449FA
RGB
CMYK
RGB Variations
Color information
#6449FA (or 0x6449FA) is known color: Neon Blue. HEX triplet: 64, 49 and FA. RGB value is (100,73,250). Sum of RGB (Red+Green+Blue) = 100+73+250=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #6449FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6449FA is #9BB605. Grayscale: #646464. Windows color (decimal): -10204678 or 16402788. OLE color: 16402788.
HSL color Cylindrical-coordinate representation of color #6449FA: hue angle of 249.15º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6449FA is Cyan = 0.6, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 73 | 250 | - |
| CMYK | 0.6 | 0.71 | 0 | 0.02 |
| HSL | 249.15º | 0.95% | 0.63% | - |
| HSV(B) | 249.15º | 0.71% | 0.98% | - |
| XYZ | 24.89 | 14.38 | 91.91 | - |
| YUV | 101.25 | 211.95 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 250 | 0.6 | 0.71 | 0 | 0.02 | 249.15 | 0.95 | 0.63 |
| Hex | 64 | 49 | FA | 3C | 47 | 0 | 2 | F9 | 5F | 3F |
| Octal | 144 | 111 | 372 | 74 | 107 | 0 | 2 | 371 | 137 | 77 |
| Binary | 1100100 | 1001001 | 11111010 | 111100 | 1000111 | 0 | 10 | 11111001 | 1011111 | 111111 |
Color Harmonies of #6449FA
Complementary color
Monochromatic Colors of #6449FA
Black with #6449FA
Text Example
Text Example
White with #6449FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6449FA; }
p { color: rgb(100,73,250); }
H1.HeaderClassName
{
color: #6449FA;
}
.AnyTagClassName
{
color: #6449FA;
}
</style>
background-color css
<style>
a { background-color: #6449FA; }
a { background-color: rgb(100,73,250); }
div.DivClassName
{
background-color: #6449FA;
}
.BgClassName
{
background-color: #6449FA;
}
</style>
border-color css
<style>
span { border-color: #6449FA; }
span { border-color: rgb(100,73,250); }
td.TdClassName
{
border-color: #6449FA;
}
.TagClassName
{
border-color: #6449FA;
}
</style>