Shades of Neon Blue #694DFF
Tints of Neon Blue #694DFF
RGB
CMYK
RGB Variations
Color information
#694DFF (or 0x694DFF) is known color: Neon Blue. HEX triplet: 69, 4D and FF. RGB value is (105,77,255). Sum of RGB (Red+Green+Blue) = 105+77+255=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #694DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694DFF is #96B200. Grayscale: #686868. Windows color (decimal): -9875969 or 16731497. OLE color: 16731497.
HSL color Cylindrical-coordinate representation of color #694DFF: hue angle of 249.44º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #694DFF is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 77 | 255 | - |
| CMYK | 0.59 | 0.70 | 0 | 0 |
| HSL | 249.44º | 1% | 0.65% | - |
| HSV(B) | 249.44º | 0.7% | 1% | - |
| XYZ | 26.53 | 15.53 | 96.21 | - |
| YUV | 105.66 | 212.28 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 255 | 0.59 | 0.70 | 0 | 0 | 249.44 | 1 | 0.65 |
| Hex | 69 | 4D | FF | 3B | 46 | 0 | 0 | F9 | 64 | 41 |
| Octal | 151 | 115 | 377 | 73 | 106 | 0 | 0 | 371 | 144 | 101 |
| Binary | 1101001 | 1001101 | 11111111 | 111011 | 1000110 | 0 | 0 | 11111001 | 1100100 | 1000001 |
Color Harmonies of #694DFF
Complementary color
Monochromatic Colors of #694DFF
Black with #694DFF
Text Example
Text Example
White with #694DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DFF; }
p { color: rgb(105,77,255); }
H1.HeaderClassName
{
color: #694DFF;
}
.AnyTagClassName
{
color: #694DFF;
}
</style>
background-color css
<style>
a { background-color: #694DFF; }
a { background-color: rgb(105,77,255); }
div.DivClassName
{
background-color: #694DFF;
}
.BgClassName
{
background-color: #694DFF;
}
</style>
border-color css
<style>
span { border-color: #694DFF; }
span { border-color: rgb(105,77,255); }
td.TdClassName
{
border-color: #694DFF;
}
.TagClassName
{
border-color: #694DFF;
}
</style>