Shades of Neon Blue #694CFF
Tints of Neon Blue #694CFF
RGB
CMYK
RGB Variations
Color information
#694CFF (or 0x694CFF) is known color: Neon Blue. HEX triplet: 69, 4C and FF. RGB value is (105,76,255). Sum of RGB (Red+Green+Blue) = 105+76+255=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #694CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CFF is #96B300. Grayscale: #686868. Windows color (decimal): -9876225 or 16731241. OLE color: 16731241.
HSL color Cylindrical-coordinate representation of color #694CFF: hue angle of 249.72º 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 #694CFF is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 76 | 255 | - |
| CMYK | 0.59 | 0.70 | 0 | 0 |
| HSL | 249.72º | 1% | 0.65% | - |
| HSV(B) | 249.72º | 0.7% | 1% | - |
| XYZ | 26.46 | 15.39 | 96.18 | - |
| YUV | 105.08 | 212.61 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 255 | 0.59 | 0.70 | 0 | 0 | 249.72 | 1 | 0.65 |
| Hex | 69 | 4C | FF | 3B | 46 | 0 | 0 | FA | 64 | 41 |
| Octal | 151 | 114 | 377 | 73 | 106 | 0 | 0 | 372 | 144 | 101 |
| Binary | 1101001 | 1001100 | 11111111 | 111011 | 1000110 | 0 | 0 | 11111010 | 1100100 | 1000001 |
Color Harmonies of #694CFF
Complementary color
Monochromatic Colors of #694CFF
Black with #694CFF
Text Example
Text Example
White with #694CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CFF; }
p { color: rgb(105,76,255); }
H1.HeaderClassName
{
color: #694CFF;
}
.AnyTagClassName
{
color: #694CFF;
}
</style>
background-color css
<style>
a { background-color: #694CFF; }
a { background-color: rgb(105,76,255); }
div.DivClassName
{
background-color: #694CFF;
}
.BgClassName
{
background-color: #694CFF;
}
</style>
border-color css
<style>
span { border-color: #694CFF; }
span { border-color: rgb(105,76,255); }
td.TdClassName
{
border-color: #694CFF;
}
.TagClassName
{
border-color: #694CFF;
}
</style>