Shades of Neon Blue #6857FF
Tints of Neon Blue #6857FF
RGB
CMYK
RGB Variations
Color information
#6857FF (or 0x6857FF) is known color: Neon Blue. HEX triplet: 68, 57 and FF. RGB value is (104,87,255). Sum of RGB (Red+Green+Blue) = 104+87+255=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #6857FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6857FF is #97A800. Grayscale: #6E6E6E. Windows color (decimal): -9938945 or 16734056. OLE color: 16734056.
HSL color Cylindrical-coordinate representation of color #6857FF: hue angle of 246.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6857FF is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 87 | 255 | - |
| CMYK | 0.59 | 0.66 | 0 | 0 |
| HSL | 246.07º | 1% | 0.67% | - |
| HSV(B) | 246.07º | 0.66% | 1% | - |
| XYZ | 27.17 | 16.98 | 96.45 | - |
| YUV | 111.24 | 209.13 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 255 | 0.59 | 0.66 | 0 | 0 | 246.07 | 1 | 0.67 |
| Hex | 68 | 57 | FF | 3B | 42 | 0 | 0 | F6 | 64 | 43 |
| Octal | 150 | 127 | 377 | 73 | 102 | 0 | 0 | 366 | 144 | 103 |
| Binary | 1101000 | 1010111 | 11111111 | 111011 | 1000010 | 0 | 0 | 11110110 | 1100100 | 1000011 |
Color Harmonies of #6857FF
Complementary color
Monochromatic Colors of #6857FF
Black with #6857FF
Text Example
Text Example
White with #6857FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6857FF; }
p { color: rgb(104,87,255); }
H1.HeaderClassName
{
color: #6857FF;
}
.AnyTagClassName
{
color: #6857FF;
}
</style>
background-color css
<style>
a { background-color: #6857FF; }
a { background-color: rgb(104,87,255); }
div.DivClassName
{
background-color: #6857FF;
}
.BgClassName
{
background-color: #6857FF;
}
</style>
border-color css
<style>
span { border-color: #6857FF; }
span { border-color: rgb(104,87,255); }
td.TdClassName
{
border-color: #6857FF;
}
.TagClassName
{
border-color: #6857FF;
}
</style>