Shades of Neon Blue #694DFB
Tints of Neon Blue #694DFB
RGB
CMYK
RGB Variations
Color information
#694DFB (or 0x694DFB) is known color: Neon Blue. HEX triplet: 69, 4D and FB. RGB value is (105,77,251). Sum of RGB (Red+Green+Blue) = 105+77+251=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #694DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694DFB is #96B204. Grayscale: #686868. Windows color (decimal): -9875973 or 16469353. OLE color: 16469353.
HSL color Cylindrical-coordinate representation of color #694DFB: hue angle of 249.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #694DFB is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 77 | 251 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.02 |
| HSL | 249.66º | 0.96% | 0.64% | - |
| HSV(B) | 249.66º | 0.69% | 0.98% | - |
| XYZ | 25.89 | 15.28 | 92.85 | - |
| YUV | 105.21 | 210.28 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 251 | 0.58 | 0.69 | 0 | 0.02 | 249.66 | 0.96 | 0.64 |
| Hex | 69 | 4D | FB | 3A | 45 | 0 | 2 | FA | 60 | 40 |
| Octal | 151 | 115 | 373 | 72 | 105 | 0 | 2 | 372 | 140 | 100 |
| Binary | 1101001 | 1001101 | 11111011 | 111010 | 1000101 | 0 | 10 | 11111010 | 1100000 | 1000000 |
Color Harmonies of #694DFB
Complementary color
Monochromatic Colors of #694DFB
Black with #694DFB
Text Example
Text Example
White with #694DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DFB; }
p { color: rgb(105,77,251); }
H1.HeaderClassName
{
color: #694DFB;
}
.AnyTagClassName
{
color: #694DFB;
}
</style>
background-color css
<style>
a { background-color: #694DFB; }
a { background-color: rgb(105,77,251); }
div.DivClassName
{
background-color: #694DFB;
}
.BgClassName
{
background-color: #694DFB;
}
</style>
border-color css
<style>
span { border-color: #694DFB; }
span { border-color: rgb(105,77,251); }
td.TdClassName
{
border-color: #694DFB;
}
.TagClassName
{
border-color: #694DFB;
}
</style>