Shades of Neon Blue #6D47FC
Tints of Neon Blue #6D47FC
RGB
CMYK
RGB Variations
Color information
#6D47FC (or 0x6D47FC) is known color: Neon Blue. HEX triplet: 6D, 47 and FC. RGB value is (109,71,252). Sum of RGB (Red+Green+Blue) = 109+71+252=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D47FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D47FC is #92B803. Grayscale: #666666. Windows color (decimal): -9615364 or 16533357. OLE color: 16533357.
HSL color Cylindrical-coordinate representation of color #6D47FC: hue angle of 252.6º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D47FC is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 71 | 252 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.01 |
| HSL | 252.6º | 0.97% | 0.63% | - |
| HSV(B) | 252.6º | 0.72% | 0.99% | - |
| XYZ | 26.13 | 14.79 | 93.57 | - |
| YUV | 103 | 212.09 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 252 | 0.57 | 0.72 | 0 | 0.01 | 252.6 | 0.97 | 0.63 |
| Hex | 6D | 47 | FC | 39 | 48 | 0 | 1 | FD | 61 | 3F |
| Octal | 155 | 107 | 374 | 71 | 110 | 0 | 1 | 375 | 141 | 77 |
| Binary | 1101101 | 1000111 | 11111100 | 111001 | 1001000 | 0 | 1 | 11111101 | 1100001 | 111111 |
Color Harmonies of #6D47FC
Complementary color
Monochromatic Colors of #6D47FC
Black with #6D47FC
Text Example
Text Example
White with #6D47FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D47FC; }
p { color: rgb(109,71,252); }
H1.HeaderClassName
{
color: #6D47FC;
}
.AnyTagClassName
{
color: #6D47FC;
}
</style>
background-color css
<style>
a { background-color: #6D47FC; }
a { background-color: rgb(109,71,252); }
div.DivClassName
{
background-color: #6D47FC;
}
.BgClassName
{
background-color: #6D47FC;
}
</style>
border-color css
<style>
span { border-color: #6D47FC; }
span { border-color: rgb(109,71,252); }
td.TdClassName
{
border-color: #6D47FC;
}
.TagClassName
{
border-color: #6D47FC;
}
</style>