Shades of Neon Blue #6C40EF
Tints of Neon Blue #6C40EF
RGB
CMYK
RGB Variations
Color information
#6C40EF (or 0x6C40EF) is known color: Neon Blue. HEX triplet: 6C, 40 and EF. RGB value is (108,64,239). Sum of RGB (Red+Green+Blue) = 108+64+239=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C40EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C40EF is #93BF10. Grayscale: #606060. Windows color (decimal): -9682705 or 15679596. OLE color: 15679596.
HSL color Cylindrical-coordinate representation of color #6C40EF: hue angle of 255.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C40EF is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 64 | 239 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.06 |
| HSL | 255.09º | 0.85% | 0.59% | - |
| HSV(B) | 255.09º | 0.73% | 0.94% | - |
| XYZ | 23.6 | 13.09 | 82.94 | - |
| YUV | 97.11 | 208.08 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 239 | 0.55 | 0.73 | 0 | 0.06 | 255.09 | 0.85 | 0.59 |
| Hex | 6C | 40 | EF | 37 | 49 | 0 | 6 | FF | 55 | 3B |
| Octal | 154 | 100 | 357 | 67 | 111 | 0 | 6 | 377 | 125 | 73 |
| Binary | 1101100 | 1000000 | 11101111 | 110111 | 1001001 | 0 | 110 | 11111111 | 1010101 | 111011 |
Color Harmonies of #6C40EF
Complementary color
Monochromatic Colors of #6C40EF
Black with #6C40EF
Text Example
Text Example
White with #6C40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C40EF; }
p { color: rgb(108,64,239); }
H1.HeaderClassName
{
color: #6C40EF;
}
.AnyTagClassName
{
color: #6C40EF;
}
</style>
background-color css
<style>
a { background-color: #6C40EF; }
a { background-color: rgb(108,64,239); }
div.DivClassName
{
background-color: #6C40EF;
}
.BgClassName
{
background-color: #6C40EF;
}
</style>
border-color css
<style>
span { border-color: #6C40EF; }
span { border-color: rgb(108,64,239); }
td.TdClassName
{
border-color: #6C40EF;
}
.TagClassName
{
border-color: #6C40EF;
}
</style>