Shades of Neon Blue #694CFC
Tints of Neon Blue #694CFC
RGB
CMYK
RGB Variations
Color information
#694CFC (or 0x694CFC) is known color: Neon Blue. HEX triplet: 69, 4C and FC. RGB value is (105,76,252). Sum of RGB (Red+Green+Blue) = 105+76+252=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #694CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CFC is #96B303. Grayscale: #686868. Windows color (decimal): -9876228 or 16534633. OLE color: 16534633.
HSL color Cylindrical-coordinate representation of color #694CFC: hue angle of 249.89º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #694CFC is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 76 | 252 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.01 |
| HSL | 249.89º | 0.97% | 0.64% | - |
| HSV(B) | 249.89º | 0.7% | 0.99% | - |
| XYZ | 25.98 | 15.2 | 93.66 | - |
| YUV | 104.74 | 211.11 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 252 | 0.58 | 0.70 | 0 | 0.01 | 249.89 | 0.97 | 0.64 |
| Hex | 69 | 4C | FC | 3A | 46 | 0 | 1 | FA | 61 | 40 |
| Octal | 151 | 114 | 374 | 72 | 106 | 0 | 1 | 372 | 141 | 100 |
| Binary | 1101001 | 1001100 | 11111100 | 111010 | 1000110 | 0 | 1 | 11111010 | 1100001 | 1000000 |
Color Harmonies of #694CFC
Complementary color
Monochromatic Colors of #694CFC
Black with #694CFC
Text Example
Text Example
White with #694CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CFC; }
p { color: rgb(105,76,252); }
H1.HeaderClassName
{
color: #694CFC;
}
.AnyTagClassName
{
color: #694CFC;
}
</style>
background-color css
<style>
a { background-color: #694CFC; }
a { background-color: rgb(105,76,252); }
div.DivClassName
{
background-color: #694CFC;
}
.BgClassName
{
background-color: #694CFC;
}
</style>
border-color css
<style>
span { border-color: #694CFC; }
span { border-color: rgb(105,76,252); }
td.TdClassName
{
border-color: #694CFC;
}
.TagClassName
{
border-color: #694CFC;
}
</style>