Shades of Neon Blue #694AFF
Tints of Neon Blue #694AFF
RGB
CMYK
RGB Variations
Color information
#694AFF (or 0x694AFF) is known color: Neon Blue. HEX triplet: 69, 4A and FF. RGB value is (105,74,255). Sum of RGB (Red+Green+Blue) = 105+74+255=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #694AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694AFF is #96B500. Grayscale: #676767. Windows color (decimal): -9876737 or 16730729. OLE color: 16730729.
HSL color Cylindrical-coordinate representation of color #694AFF: hue angle of 250.28º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #694AFF is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 74 | 255 | - |
| CMYK | 0.59 | 0.71 | 0 | 0 |
| HSL | 250.28º | 1% | 0.65% | - |
| HSV(B) | 250.28º | 0.71% | 1% | - |
| XYZ | 26.32 | 15.12 | 96.14 | - |
| YUV | 103.9 | 213.27 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 255 | 0.59 | 0.71 | 0 | 0 | 250.28 | 1 | 0.65 |
| Hex | 69 | 4A | FF | 3B | 47 | 0 | 0 | FA | 64 | 41 |
| Octal | 151 | 112 | 377 | 73 | 107 | 0 | 0 | 372 | 144 | 101 |
| Binary | 1101001 | 1001010 | 11111111 | 111011 | 1000111 | 0 | 0 | 11111010 | 1100100 | 1000001 |
Color Harmonies of #694AFF
Complementary color
Monochromatic Colors of #694AFF
Black with #694AFF
Text Example
Text Example
White with #694AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AFF; }
p { color: rgb(105,74,255); }
H1.HeaderClassName
{
color: #694AFF;
}
.AnyTagClassName
{
color: #694AFF;
}
</style>
background-color css
<style>
a { background-color: #694AFF; }
a { background-color: rgb(105,74,255); }
div.DivClassName
{
background-color: #694AFF;
}
.BgClassName
{
background-color: #694AFF;
}
</style>
border-color css
<style>
span { border-color: #694AFF; }
span { border-color: rgb(105,74,255); }
td.TdClassName
{
border-color: #694AFF;
}
.TagClassName
{
border-color: #694AFF;
}
</style>