Shades of Neon Blue #684FFE
Tints of Neon Blue #684FFE
RGB
CMYK
RGB Variations
Color information
#684FFE (or 0x684FFE) is known color: Neon Blue. HEX triplet: 68, 4F and FE. RGB value is (104,79,254). Sum of RGB (Red+Green+Blue) = 104+79+254=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #684FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #684FFE is #97B001. Grayscale: #696969. Windows color (decimal): -9940994 or 16666472. OLE color: 16666472.
HSL color Cylindrical-coordinate representation of color #684FFE: hue angle of 248.57º 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 #684FFE is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 79 | 254 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.00 |
| HSL | 248.57º | 0.99% | 0.65% | - |
| HSV(B) | 248.57º | 0.69% | 1% | - |
| XYZ | 26.39 | 15.69 | 95.4 | - |
| YUV | 106.43 | 211.28 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 254 | 0.59 | 0.69 | 0 | 0.00 | 248.57 | 0.99 | 0.65 |
| Hex | 68 | 4F | FE | 3B | 45 | 0 | 0 | F9 | 63 | 41 |
| Octal | 150 | 117 | 376 | 73 | 105 | 0 | 0 | 371 | 143 | 101 |
| Binary | 1101000 | 1001111 | 11111110 | 111011 | 1000101 | 0 | 0 | 11111001 | 1100011 | 1000001 |
Color Harmonies of #684FFE
Complementary color
Monochromatic Colors of #684FFE
Black with #684FFE
Text Example
Text Example
White with #684FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684FFE; }
p { color: rgb(104,79,254); }
H1.HeaderClassName
{
color: #684FFE;
}
.AnyTagClassName
{
color: #684FFE;
}
</style>
background-color css
<style>
a { background-color: #684FFE; }
a { background-color: rgb(104,79,254); }
div.DivClassName
{
background-color: #684FFE;
}
.BgClassName
{
background-color: #684FFE;
}
</style>
border-color css
<style>
span { border-color: #684FFE; }
span { border-color: rgb(104,79,254); }
td.TdClassName
{
border-color: #684FFE;
}
.TagClassName
{
border-color: #684FFE;
}
</style>