Shades of Neon Blue #694CF8
Tints of Neon Blue #694CF8
RGB
CMYK
RGB Variations
Color information
#694CF8 (or 0x694CF8) is known color: Neon Blue. HEX triplet: 69, 4C and F8. RGB value is (105,76,248). Sum of RGB (Red+Green+Blue) = 105+76+248=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #694CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CF8 is #96B307. Grayscale: #676767. Windows color (decimal): -9876232 or 16272489. OLE color: 16272489.
HSL color Cylindrical-coordinate representation of color #694CF8: hue angle of 250.12º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #694CF8 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 76 | 248 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.03 |
| HSL | 250.12º | 0.92% | 0.64% | - |
| HSV(B) | 250.12º | 0.69% | 0.97% | - |
| XYZ | 25.35 | 14.95 | 90.36 | - |
| YUV | 104.28 | 209.11 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 248 | 0.58 | 0.69 | 0 | 0.03 | 250.12 | 0.92 | 0.64 |
| Hex | 69 | 4C | F8 | 3A | 45 | 0 | 3 | FA | 5C | 40 |
| Octal | 151 | 114 | 370 | 72 | 105 | 0 | 3 | 372 | 134 | 100 |
| Binary | 1101001 | 1001100 | 11111000 | 111010 | 1000101 | 0 | 11 | 11111010 | 1011100 | 1000000 |
Color Harmonies of #694CF8
Complementary color
Monochromatic Colors of #694CF8
Black with #694CF8
Text Example
Text Example
White with #694CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CF8; }
p { color: rgb(105,76,248); }
H1.HeaderClassName
{
color: #694CF8;
}
.AnyTagClassName
{
color: #694CF8;
}
</style>
background-color css
<style>
a { background-color: #694CF8; }
a { background-color: rgb(105,76,248); }
div.DivClassName
{
background-color: #694CF8;
}
.BgClassName
{
background-color: #694CF8;
}
</style>
border-color css
<style>
span { border-color: #694CF8; }
span { border-color: rgb(105,76,248); }
td.TdClassName
{
border-color: #694CF8;
}
.TagClassName
{
border-color: #694CF8;
}
</style>