Shades of Neon Blue #693BFE
Tints of Neon Blue #693BFE
RGB
CMYK
RGB Variations
Color information
#693BFE (or 0x693BFE) is known color: Neon Blue. HEX triplet: 69, 3B and FE. RGB value is (105,59,254). Sum of RGB (Red+Green+Blue) = 105+59+254=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #693BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693BFE is #96C401. Grayscale: #5E5E5E. Windows color (decimal): -9880578 or 16661353. OLE color: 16661353.
HSL color Cylindrical-coordinate representation of color #693BFE: hue angle of 254.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #693BFE is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 59 | 254 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.00 |
| HSL | 254.15º | 0.99% | 0.61% | - |
| HSV(B) | 254.15º | 0.77% | 1% | - |
| XYZ | 25.28 | 13.29 | 95 | - |
| YUV | 94.98 | 217.74 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 254 | 0.59 | 0.77 | 0 | 0.00 | 254.15 | 0.99 | 0.61 |
| Hex | 69 | 3B | FE | 3B | 4D | 0 | 0 | FE | 63 | 3D |
| Octal | 151 | 73 | 376 | 73 | 115 | 0 | 0 | 376 | 143 | 75 |
| Binary | 1101001 | 111011 | 11111110 | 111011 | 1001101 | 0 | 0 | 11111110 | 1100011 | 111101 |
Color Harmonies of #693BFE
Complementary color
Monochromatic Colors of #693BFE
Black with #693BFE
Text Example
Text Example
White with #693BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BFE; }
p { color: rgb(105,59,254); }
H1.HeaderClassName
{
color: #693BFE;
}
.AnyTagClassName
{
color: #693BFE;
}
</style>
background-color css
<style>
a { background-color: #693BFE; }
a { background-color: rgb(105,59,254); }
div.DivClassName
{
background-color: #693BFE;
}
.BgClassName
{
background-color: #693BFE;
}
</style>
border-color css
<style>
span { border-color: #693BFE; }
span { border-color: rgb(105,59,254); }
td.TdClassName
{
border-color: #693BFE;
}
.TagClassName
{
border-color: #693BFE;
}
</style>