Shades of Neon Blue #6C42FF
Tints of Neon Blue #6C42FF
RGB
CMYK
RGB Variations
Color information
#6C42FF (or 0x6C42FF) is known color: Neon Blue. HEX triplet: 6C, 42 and FF. RGB value is (108,66,255). Sum of RGB (Red+Green+Blue) = 108+66+255=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C42FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C42FF is #93BD00. Grayscale: #636363. Windows color (decimal): -9682177 or 16728684. OLE color: 16728684.
HSL color Cylindrical-coordinate representation of color #6C42FF: hue angle of 253.33º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C42FF is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 66 | 255 | - |
| CMYK | 0.58 | 0.74 | 0 | 0 |
| HSL | 253.33º | 1% | 0.63% | - |
| HSV(B) | 253.33º | 0.74% | 1% | - |
| XYZ | 26.18 | 14.3 | 95.99 | - |
| YUV | 100.1 | 215.41 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 255 | 0.58 | 0.74 | 0 | 0 | 253.33 | 1 | 0.63 |
| Hex | 6C | 42 | FF | 3A | 4A | 0 | 0 | FD | 64 | 3F |
| Octal | 154 | 102 | 377 | 72 | 112 | 0 | 0 | 375 | 144 | 77 |
| Binary | 1101100 | 1000010 | 11111111 | 111010 | 1001010 | 0 | 0 | 11111101 | 1100100 | 111111 |
Color Harmonies of #6C42FF
Complementary color
Monochromatic Colors of #6C42FF
Black with #6C42FF
Text Example
Text Example
White with #6C42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C42FF; }
p { color: rgb(108,66,255); }
H1.HeaderClassName
{
color: #6C42FF;
}
.AnyTagClassName
{
color: #6C42FF;
}
</style>
background-color css
<style>
a { background-color: #6C42FF; }
a { background-color: rgb(108,66,255); }
div.DivClassName
{
background-color: #6C42FF;
}
.BgClassName
{
background-color: #6C42FF;
}
</style>
border-color css
<style>
span { border-color: #6C42FF; }
span { border-color: rgb(108,66,255); }
td.TdClassName
{
border-color: #6C42FF;
}
.TagClassName
{
border-color: #6C42FF;
}
</style>