Shades of Neon Blue #6847FF
Tints of Neon Blue #6847FF
RGB
CMYK
RGB Variations
Color information
#6847FF (or 0x6847FF) is known color: Neon Blue. HEX triplet: 68, 47 and FF. RGB value is (104,71,255). Sum of RGB (Red+Green+Blue) = 104+71+255=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #6847FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6847FF is #97B800. Grayscale: #656565. Windows color (decimal): -9943041 or 16729960. OLE color: 16729960.
HSL color Cylindrical-coordinate representation of color #6847FF: hue angle of 250.76º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6847FF is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 71 | 255 | - |
| CMYK | 0.59 | 0.72 | 0 | 0 |
| HSL | 250.76º | 1% | 0.64% | - |
| HSV(B) | 250.76º | 0.72% | 1% | - |
| XYZ | 26.01 | 14.67 | 96.07 | - |
| YUV | 101.84 | 214.43 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 255 | 0.59 | 0.72 | 0 | 0 | 250.76 | 1 | 0.64 |
| Hex | 68 | 47 | FF | 3B | 48 | 0 | 0 | FB | 64 | 40 |
| Octal | 150 | 107 | 377 | 73 | 110 | 0 | 0 | 373 | 144 | 100 |
| Binary | 1101000 | 1000111 | 11111111 | 111011 | 1001000 | 0 | 0 | 11111011 | 1100100 | 1000000 |
Color Harmonies of #6847FF
Complementary color
Monochromatic Colors of #6847FF
Black with #6847FF
Text Example
Text Example
White with #6847FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6847FF; }
p { color: rgb(104,71,255); }
H1.HeaderClassName
{
color: #6847FF;
}
.AnyTagClassName
{
color: #6847FF;
}
</style>
background-color css
<style>
a { background-color: #6847FF; }
a { background-color: rgb(104,71,255); }
div.DivClassName
{
background-color: #6847FF;
}
.BgClassName
{
background-color: #6847FF;
}
</style>
border-color css
<style>
span { border-color: #6847FF; }
span { border-color: rgb(104,71,255); }
td.TdClassName
{
border-color: #6847FF;
}
.TagClassName
{
border-color: #6847FF;
}
</style>