Shades of Neon Blue #6843FF
Tints of Neon Blue #6843FF
RGB
CMYK
RGB Variations
Color information
#6843FF (or 0x6843FF) is known color: Neon Blue. HEX triplet: 68, 43 and FF. RGB value is (104,67,255). Sum of RGB (Red+Green+Blue) = 104+67+255=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #6843FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6843FF is #97BC00. Grayscale: #626262. Windows color (decimal): -9944065 or 16728936. OLE color: 16728936.
HSL color Cylindrical-coordinate representation of color #6843FF: hue angle of 251.81º 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 #6843FF is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 67 | 255 | - |
| CMYK | 0.59 | 0.74 | 0 | 0 |
| HSL | 251.81º | 1% | 0.63% | - |
| HSV(B) | 251.81º | 0.74% | 1% | - |
| XYZ | 25.77 | 14.18 | 95.99 | - |
| YUV | 99.5 | 215.76 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 255 | 0.59 | 0.74 | 0 | 0 | 251.81 | 1 | 0.63 |
| Hex | 68 | 43 | FF | 3B | 4A | 0 | 0 | FC | 64 | 3F |
| Octal | 150 | 103 | 377 | 73 | 112 | 0 | 0 | 374 | 144 | 77 |
| Binary | 1101000 | 1000011 | 11111111 | 111011 | 1001010 | 0 | 0 | 11111100 | 1100100 | 111111 |
Color Harmonies of #6843FF
Complementary color
Monochromatic Colors of #6843FF
Black with #6843FF
Text Example
Text Example
White with #6843FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6843FF; }
p { color: rgb(104,67,255); }
H1.HeaderClassName
{
color: #6843FF;
}
.AnyTagClassName
{
color: #6843FF;
}
</style>
background-color css
<style>
a { background-color: #6843FF; }
a { background-color: rgb(104,67,255); }
div.DivClassName
{
background-color: #6843FF;
}
.BgClassName
{
background-color: #6843FF;
}
</style>
border-color css
<style>
span { border-color: #6843FF; }
span { border-color: rgb(104,67,255); }
td.TdClassName
{
border-color: #6843FF;
}
.TagClassName
{
border-color: #6843FF;
}
</style>