Shades of Neon Blue #6C49FF
Tints of Neon Blue #6C49FF
RGB
CMYK
RGB Variations
Color information
#6C49FF (or 0x6C49FF) is known color: Neon Blue. HEX triplet: 6C, 49 and FF. RGB value is (108,73,255). Sum of RGB (Red+Green+Blue) = 108+73+255=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C49FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C49FF is #93B600. Grayscale: #676767. Windows color (decimal): -9680385 or 16730476. OLE color: 16730476.
HSL color Cylindrical-coordinate representation of color #6C49FF: hue angle of 251.54º 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 #6C49FF is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 73 | 255 | - |
| CMYK | 0.58 | 0.71 | 0 | 0 |
| HSL | 251.54º | 1% | 0.64% | - |
| HSV(B) | 251.54º | 0.71% | 1% | - |
| XYZ | 26.62 | 15.17 | 96.13 | - |
| YUV | 104.21 | 213.1 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 255 | 0.58 | 0.71 | 0 | 0 | 251.54 | 1 | 0.64 |
| Hex | 6C | 49 | FF | 3A | 47 | 0 | 0 | FC | 64 | 40 |
| Octal | 154 | 111 | 377 | 72 | 107 | 0 | 0 | 374 | 144 | 100 |
| Binary | 1101100 | 1001001 | 11111111 | 111010 | 1000111 | 0 | 0 | 11111100 | 1100100 | 1000000 |
Color Harmonies of #6C49FF
Complementary color
Monochromatic Colors of #6C49FF
Black with #6C49FF
Text Example
Text Example
White with #6C49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C49FF; }
p { color: rgb(108,73,255); }
H1.HeaderClassName
{
color: #6C49FF;
}
.AnyTagClassName
{
color: #6C49FF;
}
</style>
background-color css
<style>
a { background-color: #6C49FF; }
a { background-color: rgb(108,73,255); }
div.DivClassName
{
background-color: #6C49FF;
}
.BgClassName
{
background-color: #6C49FF;
}
</style>
border-color css
<style>
span { border-color: #6C49FF; }
span { border-color: rgb(108,73,255); }
td.TdClassName
{
border-color: #6C49FF;
}
.TagClassName
{
border-color: #6C49FF;
}
</style>