Shades of Neon Blue #6C4CFF
Tints of Neon Blue #6C4CFF
RGB
CMYK
RGB Variations
Color information
#6C4CFF (or 0x6C4CFF) is known color: Neon Blue. HEX triplet: 6C, 4C and FF. RGB value is (108,76,255). Sum of RGB (Red+Green+Blue) = 108+76+255=439 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.60% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C4CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C4CFF is #93B300. Grayscale: #696969. Windows color (decimal): -9679617 or 16731244. OLE color: 16731244.
HSL color Cylindrical-coordinate representation of color #6C4CFF: hue angle of 250.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C4CFF is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 76 | 255 | - |
| CMYK | 0.58 | 0.70 | 0 | 0 |
| HSL | 250.73º | 1% | 0.65% | - |
| HSV(B) | 250.73º | 0.7% | 1% | - |
| XYZ | 26.82 | 15.58 | 96.2 | - |
| YUV | 105.97 | 212.1 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 76 | 255 | 0.58 | 0.70 | 0 | 0 | 250.73 | 1 | 0.65 |
| Hex | 6C | 4C | FF | 3A | 46 | 0 | 0 | FB | 64 | 41 |
| Octal | 154 | 114 | 377 | 72 | 106 | 0 | 0 | 373 | 144 | 101 |
| Binary | 1101100 | 1001100 | 11111111 | 111010 | 1000110 | 0 | 0 | 11111011 | 1100100 | 1000001 |
Color Harmonies of #6C4CFF
Complementary color
Monochromatic Colors of #6C4CFF
Black with #6C4CFF
Text Example
Text Example
White with #6C4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4CFF; }
p { color: rgb(108,76,255); }
H1.HeaderClassName
{
color: #6C4CFF;
}
.AnyTagClassName
{
color: #6C4CFF;
}
</style>
background-color css
<style>
a { background-color: #6C4CFF; }
a { background-color: rgb(108,76,255); }
div.DivClassName
{
background-color: #6C4CFF;
}
.BgClassName
{
background-color: #6C4CFF;
}
</style>
border-color css
<style>
span { border-color: #6C4CFF; }
span { border-color: rgb(108,76,255); }
td.TdClassName
{
border-color: #6C4CFF;
}
.TagClassName
{
border-color: #6C4CFF;
}
</style>