Shades of Neon Blue #694FFA
Tints of Neon Blue #694FFA
RGB
CMYK
RGB Variations
Color information
#694FFA (or 0x694FFA) is known color: Neon Blue. HEX triplet: 69, 4F and FA. RGB value is (105,79,250). Sum of RGB (Red+Green+Blue) = 105+79+250=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #694FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FFA is #96B005. Grayscale: #696969. Windows color (decimal): -9875462 or 16404329. OLE color: 16404329.
HSL color Cylindrical-coordinate representation of color #694FFA: hue angle of 249.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694FFA is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 79 | 250 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.02 |
| HSL | 249.12º | 0.94% | 0.65% | - |
| HSV(B) | 249.12º | 0.68% | 0.98% | - |
| XYZ | 25.88 | 15.5 | 92.07 | - |
| YUV | 106.27 | 209.11 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 250 | 0.58 | 0.68 | 0 | 0.02 | 249.12 | 0.94 | 0.65 |
| Hex | 69 | 4F | FA | 3A | 44 | 0 | 2 | F9 | 5E | 41 |
| Octal | 151 | 117 | 372 | 72 | 104 | 0 | 2 | 371 | 136 | 101 |
| Binary | 1101001 | 1001111 | 11111010 | 111010 | 1000100 | 0 | 10 | 11111001 | 1011110 | 1000001 |
Color Harmonies of #694FFA
Complementary color
Monochromatic Colors of #694FFA
Black with #694FFA
Text Example
Text Example
White with #694FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FFA; }
p { color: rgb(105,79,250); }
H1.HeaderClassName
{
color: #694FFA;
}
.AnyTagClassName
{
color: #694FFA;
}
</style>
background-color css
<style>
a { background-color: #694FFA; }
a { background-color: rgb(105,79,250); }
div.DivClassName
{
background-color: #694FFA;
}
.BgClassName
{
background-color: #694FFA;
}
</style>
border-color css
<style>
span { border-color: #694FFA; }
span { border-color: rgb(105,79,250); }
td.TdClassName
{
border-color: #694FFA;
}
.TagClassName
{
border-color: #694FFA;
}
</style>