Shades of Neon Blue #694FFB
Tints of Neon Blue #694FFB
RGB
CMYK
RGB Variations
Color information
#694FFB (or 0x694FFB) is known color: Neon Blue. HEX triplet: 69, 4F and FB. RGB value is (105,79,251). Sum of RGB (Red+Green+Blue) = 105+79+251=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #694FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FFB is #96B004. Grayscale: #696969. Windows color (decimal): -9875461 or 16469865. OLE color: 16469865.
HSL color Cylindrical-coordinate representation of color #694FFB: hue angle of 249.07º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #694FFB is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 79 | 251 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.02 |
| HSL | 249.07º | 0.96% | 0.65% | - |
| HSV(B) | 249.07º | 0.69% | 0.98% | - |
| XYZ | 26.03 | 15.56 | 92.9 | - |
| YUV | 106.38 | 209.61 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 251 | 0.58 | 0.69 | 0 | 0.02 | 249.07 | 0.96 | 0.65 |
| Hex | 69 | 4F | FB | 3A | 45 | 0 | 2 | F9 | 60 | 41 |
| Octal | 151 | 117 | 373 | 72 | 105 | 0 | 2 | 371 | 140 | 101 |
| Binary | 1101001 | 1001111 | 11111011 | 111010 | 1000101 | 0 | 10 | 11111001 | 1100000 | 1000001 |
Color Harmonies of #694FFB
Complementary color
Monochromatic Colors of #694FFB
Black with #694FFB
Text Example
Text Example
White with #694FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FFB; }
p { color: rgb(105,79,251); }
H1.HeaderClassName
{
color: #694FFB;
}
.AnyTagClassName
{
color: #694FFB;
}
</style>
background-color css
<style>
a { background-color: #694FFB; }
a { background-color: rgb(105,79,251); }
div.DivClassName
{
background-color: #694FFB;
}
.BgClassName
{
background-color: #694FFB;
}
</style>
border-color css
<style>
span { border-color: #694FFB; }
span { border-color: rgb(105,79,251); }
td.TdClassName
{
border-color: #694FFB;
}
.TagClassName
{
border-color: #694FFB;
}
</style>