Shades of Neon Blue #6853FF
Tints of Neon Blue #6853FF
RGB
CMYK
RGB Variations
Color information
#6853FF (or 0x6853FF) is known color: Neon Blue. HEX triplet: 68, 53 and FF. RGB value is (104,83,255). Sum of RGB (Red+Green+Blue) = 104+83+255=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #6853FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6853FF is #97AC00. Grayscale: #6C6C6C. Windows color (decimal): -9939969 or 16733032. OLE color: 16733032.
HSL color Cylindrical-coordinate representation of color #6853FF: hue angle of 247.33º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6853FF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 83 | 255 | - |
| CMYK | 0.59 | 0.67 | 0 | 0 |
| HSL | 247.33º | 1% | 0.66% | - |
| HSV(B) | 247.33º | 0.67% | 1% | - |
| XYZ | 26.85 | 16.35 | 96.35 | - |
| YUV | 108.89 | 210.46 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 255 | 0.59 | 0.67 | 0 | 0 | 247.33 | 1 | 0.66 |
| Hex | 68 | 53 | FF | 3B | 43 | 0 | 0 | F7 | 64 | 42 |
| Octal | 150 | 123 | 377 | 73 | 103 | 0 | 0 | 367 | 144 | 102 |
| Binary | 1101000 | 1010011 | 11111111 | 111011 | 1000011 | 0 | 0 | 11110111 | 1100100 | 1000010 |
Color Harmonies of #6853FF
Complementary color
Monochromatic Colors of #6853FF
Black with #6853FF
Text Example
Text Example
White with #6853FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6853FF; }
p { color: rgb(104,83,255); }
H1.HeaderClassName
{
color: #6853FF;
}
.AnyTagClassName
{
color: #6853FF;
}
</style>
background-color css
<style>
a { background-color: #6853FF; }
a { background-color: rgb(104,83,255); }
div.DivClassName
{
background-color: #6853FF;
}
.BgClassName
{
background-color: #6853FF;
}
</style>
border-color css
<style>
span { border-color: #6853FF; }
span { border-color: rgb(104,83,255); }
td.TdClassName
{
border-color: #6853FF;
}
.TagClassName
{
border-color: #6853FF;
}
</style>