Shades of Neon Blue #6850FE
Tints of Neon Blue #6850FE
RGB
CMYK
RGB Variations
Color information
#6850FE (or 0x6850FE) is known color: Neon Blue. HEX triplet: 68, 50 and FE. RGB value is (104,80,254). Sum of RGB (Red+Green+Blue) = 104+80+254=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #6850FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6850FE is #97AF01. Grayscale: #6A6A6A. Windows color (decimal): -9940738 or 16666728. OLE color: 16666728.
HSL color Cylindrical-coordinate representation of color #6850FE: hue angle of 248.28º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6850FE is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 80 | 254 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.00 |
| HSL | 248.28º | 0.99% | 0.65% | - |
| HSV(B) | 248.28º | 0.69% | 1% | - |
| XYZ | 26.47 | 15.84 | 95.43 | - |
| YUV | 107.01 | 210.95 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 254 | 0.59 | 0.69 | 0 | 0.00 | 248.28 | 0.99 | 0.65 |
| Hex | 68 | 50 | FE | 3B | 45 | 0 | 0 | F8 | 63 | 41 |
| Octal | 150 | 120 | 376 | 73 | 105 | 0 | 0 | 370 | 143 | 101 |
| Binary | 1101000 | 1010000 | 11111110 | 111011 | 1000101 | 0 | 0 | 11111000 | 1100011 | 1000001 |
Color Harmonies of #6850FE
Complementary color
Monochromatic Colors of #6850FE
Black with #6850FE
Text Example
Text Example
White with #6850FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850FE; }
p { color: rgb(104,80,254); }
H1.HeaderClassName
{
color: #6850FE;
}
.AnyTagClassName
{
color: #6850FE;
}
</style>
background-color css
<style>
a { background-color: #6850FE; }
a { background-color: rgb(104,80,254); }
div.DivClassName
{
background-color: #6850FE;
}
.BgClassName
{
background-color: #6850FE;
}
</style>
border-color css
<style>
span { border-color: #6850FE; }
span { border-color: rgb(104,80,254); }
td.TdClassName
{
border-color: #6850FE;
}
.TagClassName
{
border-color: #6850FE;
}
</style>