Shades of Neon Blue #6C40FF
Tints of Neon Blue #6C40FF
RGB
CMYK
RGB Variations
Color information
#6C40FF (or 0x6C40FF) is known color: Neon Blue. HEX triplet: 6C, 40 and FF. RGB value is (108,64,255). Sum of RGB (Red+Green+Blue) = 108+64+255=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C40FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C40FF is #93BF00. Grayscale: #626262. Windows color (decimal): -9682689 or 16728172. OLE color: 16728172.
HSL color Cylindrical-coordinate representation of color #6C40FF: hue angle of 253.82º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C40FF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 64 | 255 | - |
| CMYK | 0.58 | 0.75 | 0 | 0 |
| HSL | 253.82º | 1% | 0.63% | - |
| HSV(B) | 253.82º | 0.75% | 1% | - |
| XYZ | 26.07 | 14.07 | 95.95 | - |
| YUV | 98.93 | 216.08 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 255 | 0.58 | 0.75 | 0 | 0 | 253.82 | 1 | 0.63 |
| Hex | 6C | 40 | FF | 3A | 4B | 0 | 0 | FE | 64 | 3F |
| Octal | 154 | 100 | 377 | 72 | 113 | 0 | 0 | 376 | 144 | 77 |
| Binary | 1101100 | 1000000 | 11111111 | 111010 | 1001011 | 0 | 0 | 11111110 | 1100100 | 111111 |
Color Harmonies of #6C40FF
Complementary color
Monochromatic Colors of #6C40FF
Black with #6C40FF
Text Example
Text Example
White with #6C40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C40FF; }
p { color: rgb(108,64,255); }
H1.HeaderClassName
{
color: #6C40FF;
}
.AnyTagClassName
{
color: #6C40FF;
}
</style>
background-color css
<style>
a { background-color: #6C40FF; }
a { background-color: rgb(108,64,255); }
div.DivClassName
{
background-color: #6C40FF;
}
.BgClassName
{
background-color: #6C40FF;
}
</style>
border-color css
<style>
span { border-color: #6C40FF; }
span { border-color: rgb(108,64,255); }
td.TdClassName
{
border-color: #6C40FF;
}
.TagClassName
{
border-color: #6C40FF;
}
</style>