Shades of Neon Blue #6D43FF
Tints of Neon Blue #6D43FF
RGB
CMYK
RGB Variations
Color information
#6D43FF (or 0x6D43FF) is known color: Neon Blue. HEX triplet: 6D, 43 and FF. RGB value is (109,67,255). Sum of RGB (Red+Green+Blue) = 109+67+255=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D43FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D43FF is #92BC00. Grayscale: #646464. Windows color (decimal): -9616385 or 16728941. OLE color: 16728941.
HSL color Cylindrical-coordinate representation of color #6D43FF: hue angle of 253.4º 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 #6D43FF is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 67 | 255 | - |
| CMYK | 0.57 | 0.74 | 0 | 0 |
| HSL | 253.4º | 1% | 0.63% | - |
| HSV(B) | 253.4º | 0.74% | 1% | - |
| XYZ | 26.36 | 14.49 | 96.01 | - |
| YUV | 100.99 | 214.91 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 255 | 0.57 | 0.74 | 0 | 0 | 253.4 | 1 | 0.63 |
| Hex | 6D | 43 | FF | 39 | 4A | 0 | 0 | FD | 64 | 3F |
| Octal | 155 | 103 | 377 | 71 | 112 | 0 | 0 | 375 | 144 | 77 |
| Binary | 1101101 | 1000011 | 11111111 | 111001 | 1001010 | 0 | 0 | 11111101 | 1100100 | 111111 |
Color Harmonies of #6D43FF
Complementary color
Monochromatic Colors of #6D43FF
Black with #6D43FF
Text Example
Text Example
White with #6D43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D43FF; }
p { color: rgb(109,67,255); }
H1.HeaderClassName
{
color: #6D43FF;
}
.AnyTagClassName
{
color: #6D43FF;
}
</style>
background-color css
<style>
a { background-color: #6D43FF; }
a { background-color: rgb(109,67,255); }
div.DivClassName
{
background-color: #6D43FF;
}
.BgClassName
{
background-color: #6D43FF;
}
</style>
border-color css
<style>
span { border-color: #6D43FF; }
span { border-color: rgb(109,67,255); }
td.TdClassName
{
border-color: #6D43FF;
}
.TagClassName
{
border-color: #6D43FF;
}
</style>