Shades of Neon Blue #6B42FF
Tints of Neon Blue #6B42FF
RGB
CMYK
RGB Variations
Color information
#6B42FF (or 0x6B42FF) is known color: Neon Blue. HEX triplet: 6B, 42 and FF. RGB value is (107,66,255). Sum of RGB (Red+Green+Blue) = 107+66+255=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B42FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B42FF is #94BD00. Grayscale: #636363. Windows color (decimal): -9747713 or 16728683. OLE color: 16728683.
HSL color Cylindrical-coordinate representation of color #6B42FF: hue angle of 253.02º 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 #6B42FF is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 66 | 255 | - |
| CMYK | 0.58 | 0.74 | 0 | 0 |
| HSL | 253.02º | 1% | 0.63% | - |
| HSV(B) | 253.02º | 0.74% | 1% | - |
| XYZ | 26.06 | 14.24 | 95.98 | - |
| YUV | 99.81 | 215.58 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 255 | 0.58 | 0.74 | 0 | 0 | 253.02 | 1 | 0.63 |
| Hex | 6B | 42 | FF | 3A | 4A | 0 | 0 | FD | 64 | 3F |
| Octal | 153 | 102 | 377 | 72 | 112 | 0 | 0 | 375 | 144 | 77 |
| Binary | 1101011 | 1000010 | 11111111 | 111010 | 1001010 | 0 | 0 | 11111101 | 1100100 | 111111 |
Color Harmonies of #6B42FF
Complementary color
Monochromatic Colors of #6B42FF
Black with #6B42FF
Text Example
Text Example
White with #6B42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B42FF; }
p { color: rgb(107,66,255); }
H1.HeaderClassName
{
color: #6B42FF;
}
.AnyTagClassName
{
color: #6B42FF;
}
</style>
background-color css
<style>
a { background-color: #6B42FF; }
a { background-color: rgb(107,66,255); }
div.DivClassName
{
background-color: #6B42FF;
}
.BgClassName
{
background-color: #6B42FF;
}
</style>
border-color css
<style>
span { border-color: #6B42FF; }
span { border-color: rgb(107,66,255); }
td.TdClassName
{
border-color: #6B42FF;
}
.TagClassName
{
border-color: #6B42FF;
}
</style>