Shades of Neon Blue #694BFD
Tints of Neon Blue #694BFD
RGB
CMYK
RGB Variations
Color information
#694BFD (or 0x694BFD) is known color: Neon Blue. HEX triplet: 69, 4B and FD. RGB value is (105,75,253). Sum of RGB (Red+Green+Blue) = 105+75+253=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #694BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694BFD is #96B402. Grayscale: #676767. Windows color (decimal): -9876483 or 16599913. OLE color: 16599913.
HSL color Cylindrical-coordinate representation of color #694BFD: hue angle of 250.11º degrees, saturation: 0.98, 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 #694BFD is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 75 | 253 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.01 |
| HSL | 250.11º | 0.98% | 0.64% | - |
| HSV(B) | 250.11º | 0.7% | 0.99% | - |
| XYZ | 26.07 | 15.13 | 94.47 | - |
| YUV | 104.26 | 211.94 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 253 | 0.58 | 0.70 | 0 | 0.01 | 250.11 | 0.98 | 0.64 |
| Hex | 69 | 4B | FD | 3A | 46 | 0 | 1 | FA | 62 | 40 |
| Octal | 151 | 113 | 375 | 72 | 106 | 0 | 1 | 372 | 142 | 100 |
| Binary | 1101001 | 1001011 | 11111101 | 111010 | 1000110 | 0 | 1 | 11111010 | 1100010 | 1000000 |
Color Harmonies of #694BFD
Complementary color
Monochromatic Colors of #694BFD
Black with #694BFD
Text Example
Text Example
White with #694BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BFD; }
p { color: rgb(105,75,253); }
H1.HeaderClassName
{
color: #694BFD;
}
.AnyTagClassName
{
color: #694BFD;
}
</style>
background-color css
<style>
a { background-color: #694BFD; }
a { background-color: rgb(105,75,253); }
div.DivClassName
{
background-color: #694BFD;
}
.BgClassName
{
background-color: #694BFD;
}
</style>
border-color css
<style>
span { border-color: #694BFD; }
span { border-color: rgb(105,75,253); }
td.TdClassName
{
border-color: #694BFD;
}
.TagClassName
{
border-color: #694BFD;
}
</style>