Shades of Neon Blue #6C44FF
Tints of Neon Blue #6C44FF
RGB
CMYK
RGB Variations
Color information
#6C44FF (or 0x6C44FF) is known color: Neon Blue. HEX triplet: 6C, 44 and FF. RGB value is (108,68,255). Sum of RGB (Red+Green+Blue) = 108+68+255=431 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25.06% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C44FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C44FF is #93BB00. Grayscale: #646464. Windows color (decimal): -9681665 or 16729196. OLE color: 16729196.
HSL color Cylindrical-coordinate representation of color #6C44FF: hue angle of 252.83º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C44FF is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 68 | 255 | - |
| CMYK | 0.58 | 0.73 | 0 | 0 |
| HSL | 252.83º | 1% | 0.63% | - |
| HSV(B) | 252.83º | 0.73% | 1% | - |
| XYZ | 26.3 | 14.54 | 96.03 | - |
| YUV | 101.28 | 214.75 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 255 | 0.58 | 0.73 | 0 | 0 | 252.83 | 1 | 0.63 |
| Hex | 6C | 44 | FF | 3A | 49 | 0 | 0 | FD | 64 | 3F |
| Octal | 154 | 104 | 377 | 72 | 111 | 0 | 0 | 375 | 144 | 77 |
| Binary | 1101100 | 1000100 | 11111111 | 111010 | 1001001 | 0 | 0 | 11111101 | 1100100 | 111111 |
Color Harmonies of #6C44FF
Complementary color
Monochromatic Colors of #6C44FF
Black with #6C44FF
Text Example
Text Example
White with #6C44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C44FF; }
p { color: rgb(108,68,255); }
H1.HeaderClassName
{
color: #6C44FF;
}
.AnyTagClassName
{
color: #6C44FF;
}
</style>
background-color css
<style>
a { background-color: #6C44FF; }
a { background-color: rgb(108,68,255); }
div.DivClassName
{
background-color: #6C44FF;
}
.BgClassName
{
background-color: #6C44FF;
}
</style>
border-color css
<style>
span { border-color: #6C44FF; }
span { border-color: rgb(108,68,255); }
td.TdClassName
{
border-color: #6C44FF;
}
.TagClassName
{
border-color: #6C44FF;
}
</style>