Shades of Neon Blue #694FFF
Tints of Neon Blue #694FFF
RGB
CMYK
RGB Variations
Color information
#694FFF (or 0x694FFF) is known color: Neon Blue. HEX triplet: 69, 4F and FF. RGB value is (105,79,255). Sum of RGB (Red+Green+Blue) = 105+79+255=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #694FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FFF is #96B000. Grayscale: #6A6A6A. Windows color (decimal): -9875457 or 16732009. OLE color: 16732009.
HSL color Cylindrical-coordinate representation of color #694FFF: hue angle of 248.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #694FFF is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 79 | 255 | - |
| CMYK | 0.59 | 0.69 | 0 | 0 |
| HSL | 248.86º | 1% | 0.65% | - |
| HSV(B) | 248.86º | 0.69% | 1% | - |
| XYZ | 26.67 | 15.82 | 96.25 | - |
| YUV | 106.84 | 211.61 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 255 | 0.59 | 0.69 | 0 | 0 | 248.86 | 1 | 0.65 |
| Hex | 69 | 4F | FF | 3B | 45 | 0 | 0 | F9 | 64 | 41 |
| Octal | 151 | 117 | 377 | 73 | 105 | 0 | 0 | 371 | 144 | 101 |
| Binary | 1101001 | 1001111 | 11111111 | 111011 | 1000101 | 0 | 0 | 11111001 | 1100100 | 1000001 |
Color Harmonies of #694FFF
Complementary color
Monochromatic Colors of #694FFF
Black with #694FFF
Text Example
Text Example
White with #694FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FFF; }
p { color: rgb(105,79,255); }
H1.HeaderClassName
{
color: #694FFF;
}
.AnyTagClassName
{
color: #694FFF;
}
</style>
background-color css
<style>
a { background-color: #694FFF; }
a { background-color: rgb(105,79,255); }
div.DivClassName
{
background-color: #694FFF;
}
.BgClassName
{
background-color: #694FFF;
}
</style>
border-color css
<style>
span { border-color: #694FFF; }
span { border-color: rgb(105,79,255); }
td.TdClassName
{
border-color: #694FFF;
}
.TagClassName
{
border-color: #694FFF;
}
</style>