Shades of Neon Blue #694CFB
Tints of Neon Blue #694CFB
RGB
CMYK
RGB Variations
Color information
#694CFB (or 0x694CFB) is known color: Neon Blue. HEX triplet: 69, 4C and FB. RGB value is (105,76,251). Sum of RGB (Red+Green+Blue) = 105+76+251=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #694CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CFB is #96B304. Grayscale: #676767. Windows color (decimal): -9876229 or 16469097. OLE color: 16469097.
HSL color Cylindrical-coordinate representation of color #694CFB: hue angle of 249.94º 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 #694CFB is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 76 | 251 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.02 |
| HSL | 249.94º | 0.96% | 0.64% | - |
| HSV(B) | 249.94º | 0.7% | 0.98% | - |
| XYZ | 25.82 | 15.14 | 92.83 | - |
| YUV | 104.62 | 210.61 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 251 | 0.58 | 0.70 | 0 | 0.02 | 249.94 | 0.96 | 0.64 |
| Hex | 69 | 4C | FB | 3A | 46 | 0 | 2 | FA | 60 | 40 |
| Octal | 151 | 114 | 373 | 72 | 106 | 0 | 2 | 372 | 140 | 100 |
| Binary | 1101001 | 1001100 | 11111011 | 111010 | 1000110 | 0 | 10 | 11111010 | 1100000 | 1000000 |
Color Harmonies of #694CFB
Complementary color
Monochromatic Colors of #694CFB
Black with #694CFB
Text Example
Text Example
White with #694CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CFB; }
p { color: rgb(105,76,251); }
H1.HeaderClassName
{
color: #694CFB;
}
.AnyTagClassName
{
color: #694CFB;
}
</style>
background-color css
<style>
a { background-color: #694CFB; }
a { background-color: rgb(105,76,251); }
div.DivClassName
{
background-color: #694CFB;
}
.BgClassName
{
background-color: #694CFB;
}
</style>
border-color css
<style>
span { border-color: #694CFB; }
span { border-color: rgb(105,76,251); }
td.TdClassName
{
border-color: #694CFB;
}
.TagClassName
{
border-color: #694CFB;
}
</style>