Shades of Neon Blue #694AF4
Tints of Neon Blue #694AF4
RGB
CMYK
RGB Variations
Color information
#694AF4 (or 0x694AF4) is known color: Neon Blue. HEX triplet: 69, 4A and F4. RGB value is (105,74,244). Sum of RGB (Red+Green+Blue) = 105+74+244=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #694AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694AF4 is #96B50B. Grayscale: #666666. Windows color (decimal): -9876748 or 16009833. OLE color: 16009833.
HSL color Cylindrical-coordinate representation of color #694AF4: hue angle of 250.94º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #694AF4 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 74 | 244 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.04 |
| HSL | 250.94º | 0.89% | 0.62% | - |
| HSV(B) | 250.94º | 0.7% | 0.96% | - |
| XYZ | 24.6 | 14.43 | 87.08 | - |
| YUV | 102.65 | 207.77 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 244 | 0.57 | 0.70 | 0 | 0.04 | 250.94 | 0.89 | 0.62 |
| Hex | 69 | 4A | F4 | 39 | 46 | 0 | 4 | FB | 59 | 3E |
| Octal | 151 | 112 | 364 | 71 | 106 | 0 | 4 | 373 | 131 | 76 |
| Binary | 1101001 | 1001010 | 11110100 | 111001 | 1000110 | 0 | 100 | 11111011 | 1011001 | 111110 |
Color Harmonies of #694AF4
Complementary color
Monochromatic Colors of #694AF4
Black with #694AF4
Text Example
Text Example
White with #694AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AF4; }
p { color: rgb(105,74,244); }
H1.HeaderClassName
{
color: #694AF4;
}
.AnyTagClassName
{
color: #694AF4;
}
</style>
background-color css
<style>
a { background-color: #694AF4; }
a { background-color: rgb(105,74,244); }
div.DivClassName
{
background-color: #694AF4;
}
.BgClassName
{
background-color: #694AF4;
}
</style>
border-color css
<style>
span { border-color: #694AF4; }
span { border-color: rgb(105,74,244); }
td.TdClassName
{
border-color: #694AF4;
}
.TagClassName
{
border-color: #694AF4;
}
</style>