Shades of Neon Blue #6850F8
Tints of Neon Blue #6850F8
RGB
CMYK
RGB Variations
Color information
#6850F8 (or 0x6850F8) is known color: Neon Blue. HEX triplet: 68, 50 and F8. RGB value is (104,80,248). Sum of RGB (Red+Green+Blue) = 104+80+248=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 248 (97.27% from 255 or 57.41% from 432); Max value from RGB is 248 - color contains mainly: blue. Hex color #6850F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6850F8 is #97AF07. Grayscale: #696969. Windows color (decimal): -9940744 or 16273512. OLE color: 16273512.
HSL color Cylindrical-coordinate representation of color #6850F8: hue angle of 248.57º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6850F8 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 80 | 248 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.03 |
| HSL | 248.57º | 0.92% | 0.64% | - |
| HSV(B) | 248.57º | 0.68% | 0.97% | - |
| XYZ | 25.52 | 15.46 | 90.45 | - |
| YUV | 106.33 | 207.95 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 248 | 0.58 | 0.68 | 0 | 0.03 | 248.57 | 0.92 | 0.64 |
| Hex | 68 | 50 | F8 | 3A | 44 | 0 | 3 | F9 | 5C | 40 |
| Octal | 150 | 120 | 370 | 72 | 104 | 0 | 3 | 371 | 134 | 100 |
| Binary | 1101000 | 1010000 | 11111000 | 111010 | 1000100 | 0 | 11 | 11111001 | 1011100 | 1000000 |
Color Harmonies of #6850F8
Complementary color
Monochromatic Colors of #6850F8
Black with #6850F8
Text Example
Text Example
White with #6850F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850F8; }
p { color: rgb(104,80,248); }
H1.HeaderClassName
{
color: #6850F8;
}
.AnyTagClassName
{
color: #6850F8;
}
</style>
background-color css
<style>
a { background-color: #6850F8; }
a { background-color: rgb(104,80,248); }
div.DivClassName
{
background-color: #6850F8;
}
.BgClassName
{
background-color: #6850F8;
}
</style>
border-color css
<style>
span { border-color: #6850F8; }
span { border-color: rgb(104,80,248); }
td.TdClassName
{
border-color: #6850F8;
}
.TagClassName
{
border-color: #6850F8;
}
</style>