Shades of Neon Blue #6449FB
Tints of Neon Blue #6449FB
RGB
CMYK
RGB Variations
Color information
#6449FB (or 0x6449FB) is known color: Neon Blue. HEX triplet: 64, 49 and FB. RGB value is (100,73,251). Sum of RGB (Red+Green+Blue) = 100+73+251=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #6449FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6449FB is #9BB604. Grayscale: #646464. Windows color (decimal): -10204677 or 16468324. OLE color: 16468324.
HSL color Cylindrical-coordinate representation of color #6449FB: hue angle of 249.1º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6449FB is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 73 | 251 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.02 |
| HSL | 249.1º | 0.96% | 0.64% | - |
| HSV(B) | 249.1º | 0.71% | 0.98% | - |
| XYZ | 25.05 | 14.44 | 92.73 | - |
| YUV | 101.37 | 212.45 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 251 | 0.60 | 0.71 | 0 | 0.02 | 249.1 | 0.96 | 0.64 |
| Hex | 64 | 49 | FB | 3C | 47 | 0 | 2 | F9 | 60 | 40 |
| Octal | 144 | 111 | 373 | 74 | 107 | 0 | 2 | 371 | 140 | 100 |
| Binary | 1100100 | 1001001 | 11111011 | 111100 | 1000111 | 0 | 10 | 11111001 | 1100000 | 1000000 |
Color Harmonies of #6449FB
Complementary color
Monochromatic Colors of #6449FB
Black with #6449FB
Text Example
Text Example
White with #6449FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6449FB; }
p { color: rgb(100,73,251); }
H1.HeaderClassName
{
color: #6449FB;
}
.AnyTagClassName
{
color: #6449FB;
}
</style>
background-color css
<style>
a { background-color: #6449FB; }
a { background-color: rgb(100,73,251); }
div.DivClassName
{
background-color: #6449FB;
}
.BgClassName
{
background-color: #6449FB;
}
</style>
border-color css
<style>
span { border-color: #6449FB; }
span { border-color: rgb(100,73,251); }
td.TdClassName
{
border-color: #6449FB;
}
.TagClassName
{
border-color: #6449FB;
}
</style>