Shades of Neon Blue #6844F3
Tints of Neon Blue #6844F3
RGB
CMYK
RGB Variations
Color information
#6844F3 (or 0x6844F3) is known color: Neon Blue. HEX triplet: 68, 44 and F3. RGB value is (104,68,243). Sum of RGB (Red+Green+Blue) = 104+68+243=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #6844F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6844F3 is #97BB0C. Grayscale: #626262. Windows color (decimal): -9943821 or 15942760. OLE color: 15942760.
HSL color Cylindrical-coordinate representation of color #6844F3: hue angle of 252.34º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6844F3 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 68 | 243 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.05 |
| HSL | 252.34º | 0.88% | 0.61% | - |
| HSV(B) | 252.34º | 0.72% | 0.95% | - |
| XYZ | 23.95 | 13.55 | 86.15 | - |
| YUV | 98.71 | 209.43 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 243 | 0.57 | 0.72 | 0 | 0.05 | 252.34 | 0.88 | 0.61 |
| Hex | 68 | 44 | F3 | 39 | 48 | 0 | 5 | FC | 58 | 3D |
| Octal | 150 | 104 | 363 | 71 | 110 | 0 | 5 | 374 | 130 | 75 |
| Binary | 1101000 | 1000100 | 11110011 | 111001 | 1001000 | 0 | 101 | 11111100 | 1011000 | 111101 |
Color Harmonies of #6844F3
Complementary color
Monochromatic Colors of #6844F3
Black with #6844F3
Text Example
Text Example
White with #6844F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6844F3; }
p { color: rgb(104,68,243); }
H1.HeaderClassName
{
color: #6844F3;
}
.AnyTagClassName
{
color: #6844F3;
}
</style>
background-color css
<style>
a { background-color: #6844F3; }
a { background-color: rgb(104,68,243); }
div.DivClassName
{
background-color: #6844F3;
}
.BgClassName
{
background-color: #6844F3;
}
</style>
border-color css
<style>
span { border-color: #6844F3; }
span { border-color: rgb(104,68,243); }
td.TdClassName
{
border-color: #6844F3;
}
.TagClassName
{
border-color: #6844F3;
}
</style>