Shades of Neon Blue #694BFB
Tints of Neon Blue #694BFB
RGB
CMYK
RGB Variations
Color information
#694BFB (or 0x694BFB) is known color: Neon Blue. HEX triplet: 69, 4B and FB. RGB value is (105,75,251). Sum of RGB (Red+Green+Blue) = 105+75+251=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #694BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694BFB is #96B404. Grayscale: #676767. Windows color (decimal): -9876485 or 16468841. OLE color: 16468841.
HSL color Cylindrical-coordinate representation of color #694BFB: hue angle of 250.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #694BFB is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 75 | 251 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.02 |
| HSL | 250.23º | 0.96% | 0.64% | - |
| HSV(B) | 250.23º | 0.7% | 0.98% | - |
| XYZ | 25.75 | 15 | 92.8 | - |
| YUV | 104.03 | 210.94 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 251 | 0.58 | 0.70 | 0 | 0.02 | 250.23 | 0.96 | 0.64 |
| Hex | 69 | 4B | FB | 3A | 46 | 0 | 2 | FA | 60 | 40 |
| Octal | 151 | 113 | 373 | 72 | 106 | 0 | 2 | 372 | 140 | 100 |
| Binary | 1101001 | 1001011 | 11111011 | 111010 | 1000110 | 0 | 10 | 11111010 | 1100000 | 1000000 |
Color Harmonies of #694BFB
Complementary color
Monochromatic Colors of #694BFB
Black with #694BFB
Text Example
Text Example
White with #694BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BFB; }
p { color: rgb(105,75,251); }
H1.HeaderClassName
{
color: #694BFB;
}
.AnyTagClassName
{
color: #694BFB;
}
</style>
background-color css
<style>
a { background-color: #694BFB; }
a { background-color: rgb(105,75,251); }
div.DivClassName
{
background-color: #694BFB;
}
.BgClassName
{
background-color: #694BFB;
}
</style>
border-color css
<style>
span { border-color: #694BFB; }
span { border-color: rgb(105,75,251); }
td.TdClassName
{
border-color: #694BFB;
}
.TagClassName
{
border-color: #694BFB;
}
</style>