Shades of Neon Blue #694AF2
Tints of Neon Blue #694AF2
RGB
CMYK
RGB Variations
Color information
#694AF2 (or 0x694AF2) is known color: Neon Blue. HEX triplet: 69, 4A and F2. RGB value is (105,74,242). Sum of RGB (Red+Green+Blue) = 105+74+242=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #694AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694AF2 is #96B50D. Grayscale: #656565. Windows color (decimal): -9876750 or 15878761. OLE color: 15878761.
HSL color Cylindrical-coordinate representation of color #694AF2: hue angle of 251.07º degrees, saturation: 0.87, 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 #694AF2 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 74 | 242 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.05 |
| HSL | 251.07º | 0.87% | 0.62% | - |
| HSV(B) | 251.07º | 0.69% | 0.95% | - |
| XYZ | 24.3 | 14.31 | 85.49 | - |
| YUV | 102.42 | 206.77 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 242 | 0.57 | 0.69 | 0 | 0.05 | 251.07 | 0.87 | 0.62 |
| Hex | 69 | 4A | F2 | 39 | 45 | 0 | 5 | FB | 57 | 3E |
| Octal | 151 | 112 | 362 | 71 | 105 | 0 | 5 | 373 | 127 | 76 |
| Binary | 1101001 | 1001010 | 11110010 | 111001 | 1000101 | 0 | 101 | 11111011 | 1010111 | 111110 |
Color Harmonies of #694AF2
Complementary color
Monochromatic Colors of #694AF2
Black with #694AF2
Text Example
Text Example
White with #694AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AF2; }
p { color: rgb(105,74,242); }
H1.HeaderClassName
{
color: #694AF2;
}
.AnyTagClassName
{
color: #694AF2;
}
</style>
background-color css
<style>
a { background-color: #694AF2; }
a { background-color: rgb(105,74,242); }
div.DivClassName
{
background-color: #694AF2;
}
.BgClassName
{
background-color: #694AF2;
}
</style>
border-color css
<style>
span { border-color: #694AF2; }
span { border-color: rgb(105,74,242); }
td.TdClassName
{
border-color: #694AF2;
}
.TagClassName
{
border-color: #694AF2;
}
</style>