Shades of Neon Blue #694AF1
Tints of Neon Blue #694AF1
RGB
CMYK
RGB Variations
Color information
#694AF1 (or 0x694AF1) is known color: Neon Blue. HEX triplet: 69, 4A and F1. RGB value is (105,74,241). Sum of RGB (Red+Green+Blue) = 105+74+241=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #694AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694AF1 is #96B50E. Grayscale: #656565. Windows color (decimal): -9876751 or 15813225. OLE color: 15813225.
HSL color Cylindrical-coordinate representation of color #694AF1: hue angle of 251.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #694AF1 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 74 | 241 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.05 |
| HSL | 251.14º | 0.86% | 0.62% | - |
| HSV(B) | 251.14º | 0.69% | 0.95% | - |
| XYZ | 24.15 | 14.25 | 84.7 | - |
| YUV | 102.31 | 206.27 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 241 | 0.56 | 0.69 | 0 | 0.05 | 251.14 | 0.86 | 0.62 |
| Hex | 69 | 4A | F1 | 38 | 45 | 0 | 5 | FB | 56 | 3E |
| Octal | 151 | 112 | 361 | 70 | 105 | 0 | 5 | 373 | 126 | 76 |
| Binary | 1101001 | 1001010 | 11110001 | 111000 | 1000101 | 0 | 101 | 11111011 | 1010110 | 111110 |
Color Harmonies of #694AF1
Complementary color
Monochromatic Colors of #694AF1
Black with #694AF1
Text Example
Text Example
White with #694AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AF1; }
p { color: rgb(105,74,241); }
H1.HeaderClassName
{
color: #694AF1;
}
.AnyTagClassName
{
color: #694AF1;
}
</style>
background-color css
<style>
a { background-color: #694AF1; }
a { background-color: rgb(105,74,241); }
div.DivClassName
{
background-color: #694AF1;
}
.BgClassName
{
background-color: #694AF1;
}
</style>
border-color css
<style>
span { border-color: #694AF1; }
span { border-color: rgb(105,74,241); }
td.TdClassName
{
border-color: #694AF1;
}
.TagClassName
{
border-color: #694AF1;
}
</style>