Shades of Neon Blue #6D44FF
Tints of Neon Blue #6D44FF
RGB
CMYK
RGB Variations
Color information
#6D44FF (or 0x6D44FF) is known color: Neon Blue. HEX triplet: 6D, 44 and FF. RGB value is (109,68,255). Sum of RGB (Red+Green+Blue) = 109+68+255=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D44FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D44FF is #92BB00. Grayscale: #646464. Windows color (decimal): -9616129 or 16729197. OLE color: 16729197.
HSL color Cylindrical-coordinate representation of color #6D44FF: hue angle of 253.16º 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 #6D44FF is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 68 | 255 | - |
| CMYK | 0.57 | 0.73 | 0 | 0 |
| HSL | 253.16º | 1% | 0.63% | - |
| HSV(B) | 253.16º | 0.73% | 1% | - |
| XYZ | 26.42 | 14.61 | 96.03 | - |
| YUV | 101.58 | 214.58 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 255 | 0.57 | 0.73 | 0 | 0 | 253.16 | 1 | 0.63 |
| Hex | 6D | 44 | FF | 39 | 49 | 0 | 0 | FD | 64 | 3F |
| Octal | 155 | 104 | 377 | 71 | 111 | 0 | 0 | 375 | 144 | 77 |
| Binary | 1101101 | 1000100 | 11111111 | 111001 | 1001001 | 0 | 0 | 11111101 | 1100100 | 111111 |
Color Harmonies of #6D44FF
Complementary color
Monochromatic Colors of #6D44FF
Black with #6D44FF
Text Example
Text Example
White with #6D44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D44FF; }
p { color: rgb(109,68,255); }
H1.HeaderClassName
{
color: #6D44FF;
}
.AnyTagClassName
{
color: #6D44FF;
}
</style>
background-color css
<style>
a { background-color: #6D44FF; }
a { background-color: rgb(109,68,255); }
div.DivClassName
{
background-color: #6D44FF;
}
.BgClassName
{
background-color: #6D44FF;
}
</style>
border-color css
<style>
span { border-color: #6D44FF; }
span { border-color: rgb(109,68,255); }
td.TdClassName
{
border-color: #6D44FF;
}
.TagClassName
{
border-color: #6D44FF;
}
</style>