Shades of Neon Blue #693CFE
Tints of Neon Blue #693CFE
RGB
CMYK
RGB Variations
Color information
#693CFE (or 0x693CFE) is known color: Neon Blue. HEX triplet: 69, 3C and FE. RGB value is (105,60,254). Sum of RGB (Red+Green+Blue) = 105+60+254=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #693CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CFE is #96C301. Grayscale: #5E5E5E. Windows color (decimal): -9880322 or 16661609. OLE color: 16661609.
HSL color Cylindrical-coordinate representation of color #693CFE: hue angle of 253.92º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #693CFE is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 60 | 254 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.00 |
| HSL | 253.92º | 0.99% | 0.62% | - |
| HSV(B) | 253.92º | 0.76% | 1% | - |
| XYZ | 25.33 | 13.39 | 95.02 | - |
| YUV | 95.57 | 217.41 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 254 | 0.59 | 0.76 | 0 | 0.00 | 253.92 | 0.99 | 0.62 |
| Hex | 69 | 3C | FE | 3B | 4C | 0 | 0 | FE | 63 | 3E |
| Octal | 151 | 74 | 376 | 73 | 114 | 0 | 0 | 376 | 143 | 76 |
| Binary | 1101001 | 111100 | 11111110 | 111011 | 1001100 | 0 | 0 | 11111110 | 1100011 | 111110 |
Color Harmonies of #693CFE
Complementary color
Monochromatic Colors of #693CFE
Black with #693CFE
Text Example
Text Example
White with #693CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CFE; }
p { color: rgb(105,60,254); }
H1.HeaderClassName
{
color: #693CFE;
}
.AnyTagClassName
{
color: #693CFE;
}
</style>
background-color css
<style>
a { background-color: #693CFE; }
a { background-color: rgb(105,60,254); }
div.DivClassName
{
background-color: #693CFE;
}
.BgClassName
{
background-color: #693CFE;
}
</style>
border-color css
<style>
span { border-color: #693CFE; }
span { border-color: rgb(105,60,254); }
td.TdClassName
{
border-color: #693CFE;
}
.TagClassName
{
border-color: #693CFE;
}
</style>