Shades of Neon Blue #694AFE
Tints of Neon Blue #694AFE
RGB
CMYK
RGB Variations
Color information
#694AFE (or 0x694AFE) is known color: Neon Blue. HEX triplet: 69, 4A and FE. RGB value is (105,74,254). Sum of RGB (Red+Green+Blue) = 105+74+254=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #694AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694AFE is #96B501. Grayscale: #676767. Windows color (decimal): -9876738 or 16665193. OLE color: 16665193.
HSL color Cylindrical-coordinate representation of color #694AFE: hue angle of 250.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #694AFE is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 74 | 254 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.00 |
| HSL | 250.33º | 0.99% | 0.64% | - |
| HSV(B) | 250.33º | 0.71% | 1% | - |
| XYZ | 26.16 | 15.06 | 95.29 | - |
| YUV | 103.79 | 212.77 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 254 | 0.59 | 0.71 | 0 | 0.00 | 250.33 | 0.99 | 0.64 |
| Hex | 69 | 4A | FE | 3B | 47 | 0 | 0 | FA | 63 | 40 |
| Octal | 151 | 112 | 376 | 73 | 107 | 0 | 0 | 372 | 143 | 100 |
| Binary | 1101001 | 1001010 | 11111110 | 111011 | 1000111 | 0 | 0 | 11111010 | 1100011 | 1000000 |
Color Harmonies of #694AFE
Complementary color
Monochromatic Colors of #694AFE
Black with #694AFE
Text Example
Text Example
White with #694AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AFE; }
p { color: rgb(105,74,254); }
H1.HeaderClassName
{
color: #694AFE;
}
.AnyTagClassName
{
color: #694AFE;
}
</style>
background-color css
<style>
a { background-color: #694AFE; }
a { background-color: rgb(105,74,254); }
div.DivClassName
{
background-color: #694AFE;
}
.BgClassName
{
background-color: #694AFE;
}
</style>
border-color css
<style>
span { border-color: #694AFE; }
span { border-color: rgb(105,74,254); }
td.TdClassName
{
border-color: #694AFE;
}
.TagClassName
{
border-color: #694AFE;
}
</style>