Shades of Neon Blue #6549FF
Tints of Neon Blue #6549FF
RGB
CMYK
RGB Variations
Color information
#6549FF (or 0x6549FF) is known color: Neon Blue. HEX triplet: 65, 49 and FF. RGB value is (101,73,255). Sum of RGB (Red+Green+Blue) = 101+73+255=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #6549FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6549FF is #9AB600. Grayscale: #656565. Windows color (decimal): -10139137 or 16730469. OLE color: 16730469.
HSL color Cylindrical-coordinate representation of color #6549FF: hue angle of 249.23º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6549FF is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 73 | 255 | - |
| CMYK | 0.60 | 0.71 | 0 | 0 |
| HSL | 249.23º | 1% | 0.64% | - |
| HSV(B) | 249.23º | 0.71% | 1% | - |
| XYZ | 25.8 | 14.75 | 96.1 | - |
| YUV | 102.12 | 214.28 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 255 | 0.60 | 0.71 | 0 | 0 | 249.23 | 1 | 0.64 |
| Hex | 65 | 49 | FF | 3C | 47 | 0 | 0 | F9 | 64 | 40 |
| Octal | 145 | 111 | 377 | 74 | 107 | 0 | 0 | 371 | 144 | 100 |
| Binary | 1100101 | 1001001 | 11111111 | 111100 | 1000111 | 0 | 0 | 11111001 | 1100100 | 1000000 |
Color Harmonies of #6549FF
Complementary color
Monochromatic Colors of #6549FF
Black with #6549FF
Text Example
Text Example
White with #6549FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6549FF; }
p { color: rgb(101,73,255); }
H1.HeaderClassName
{
color: #6549FF;
}
.AnyTagClassName
{
color: #6549FF;
}
</style>
background-color css
<style>
a { background-color: #6549FF; }
a { background-color: rgb(101,73,255); }
div.DivClassName
{
background-color: #6549FF;
}
.BgClassName
{
background-color: #6549FF;
}
</style>
border-color css
<style>
span { border-color: #6549FF; }
span { border-color: rgb(101,73,255); }
td.TdClassName
{
border-color: #6549FF;
}
.TagClassName
{
border-color: #6549FF;
}
</style>