Shades of Neon Blue #6C4EFF
Tints of Neon Blue #6C4EFF
RGB
CMYK
RGB Variations
Color information
#6C4EFF (or 0x6C4EFF) is known color: Neon Blue. HEX triplet: 6C, 4E and FF. RGB value is (108,78,255). Sum of RGB (Red+Green+Blue) = 108+78+255=441 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.49% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C4EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C4EFF is #93B100. Grayscale: #6A6A6A. Windows color (decimal): -9679105 or 16731756. OLE color: 16731756.
HSL color Cylindrical-coordinate representation of color #6C4EFF: hue angle of 250.17º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C4EFF is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 78 | 255 | - |
| CMYK | 0.58 | 0.69 | 0 | 0 |
| HSL | 250.17º | 1% | 0.65% | - |
| HSV(B) | 250.17º | 0.69% | 1% | - |
| XYZ | 26.96 | 15.86 | 96.25 | - |
| YUV | 107.15 | 211.44 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 255 | 0.58 | 0.69 | 0 | 0 | 250.17 | 1 | 0.65 |
| Hex | 6C | 4E | FF | 3A | 45 | 0 | 0 | FA | 64 | 41 |
| Octal | 154 | 116 | 377 | 72 | 105 | 0 | 0 | 372 | 144 | 101 |
| Binary | 1101100 | 1001110 | 11111111 | 111010 | 1000101 | 0 | 0 | 11111010 | 1100100 | 1000001 |
Color Harmonies of #6C4EFF
Complementary color
Monochromatic Colors of #6C4EFF
Black with #6C4EFF
Text Example
Text Example
White with #6C4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4EFF; }
p { color: rgb(108,78,255); }
H1.HeaderClassName
{
color: #6C4EFF;
}
.AnyTagClassName
{
color: #6C4EFF;
}
</style>
background-color css
<style>
a { background-color: #6C4EFF; }
a { background-color: rgb(108,78,255); }
div.DivClassName
{
background-color: #6C4EFF;
}
.BgClassName
{
background-color: #6C4EFF;
}
</style>
border-color css
<style>
span { border-color: #6C4EFF; }
span { border-color: rgb(108,78,255); }
td.TdClassName
{
border-color: #6C4EFF;
}
.TagClassName
{
border-color: #6C4EFF;
}
</style>