Shades of Neon Blue #6C3AFF
Tints of Neon Blue #6C3AFF
RGB
CMYK
RGB Variations
Color information
#6C3AFF (or 0x6C3AFF) is known color: Neon Blue. HEX triplet: 6C, 3A and FF. RGB value is (108,58,255). Sum of RGB (Red+Green+Blue) = 108+58+255=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C3AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3AFF is #93C500. Grayscale: #5E5E5E. Windows color (decimal): -9684225 or 16726636. OLE color: 16726636.
HSL color Cylindrical-coordinate representation of color #6C3AFF: hue angle of 255.23º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C3AFF is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 58 | 255 | - |
| CMYK | 0.58 | 0.77 | 0 | 0 |
| HSL | 255.23º | 1% | 0.61% | - |
| HSV(B) | 255.23º | 0.77% | 1% | - |
| XYZ | 25.75 | 13.43 | 95.84 | - |
| YUV | 95.41 | 218.07 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 255 | 0.58 | 0.77 | 0 | 0 | 255.23 | 1 | 0.61 |
| Hex | 6C | 3A | FF | 3A | 4D | 0 | 0 | FF | 64 | 3D |
| Octal | 154 | 72 | 377 | 72 | 115 | 0 | 0 | 377 | 144 | 75 |
| Binary | 1101100 | 111010 | 11111111 | 111010 | 1001101 | 0 | 0 | 11111111 | 1100100 | 111101 |
Color Harmonies of #6C3AFF
Complementary color
Monochromatic Colors of #6C3AFF
Black with #6C3AFF
Text Example
Text Example
White with #6C3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3AFF; }
p { color: rgb(108,58,255); }
H1.HeaderClassName
{
color: #6C3AFF;
}
.AnyTagClassName
{
color: #6C3AFF;
}
</style>
background-color css
<style>
a { background-color: #6C3AFF; }
a { background-color: rgb(108,58,255); }
div.DivClassName
{
background-color: #6C3AFF;
}
.BgClassName
{
background-color: #6C3AFF;
}
</style>
border-color css
<style>
span { border-color: #6C3AFF; }
span { border-color: rgb(108,58,255); }
td.TdClassName
{
border-color: #6C3AFF;
}
.TagClassName
{
border-color: #6C3AFF;
}
</style>