Shades of Neon Blue #693FFE
Tints of Neon Blue #693FFE
RGB
CMYK
RGB Variations
Color information
#693FFE (or 0x693FFE) is known color: Neon Blue. HEX triplet: 69, 3F and FE. RGB value is (105,63,254). Sum of RGB (Red+Green+Blue) = 105+63+254=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #693FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693FFE is #96C001. Grayscale: #606060. Windows color (decimal): -9879554 or 16662377. OLE color: 16662377.
HSL color Cylindrical-coordinate representation of color #693FFE: hue angle of 253.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #693FFE is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 63 | 254 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.00 |
| HSL | 253.19º | 0.99% | 0.62% | - |
| HSV(B) | 253.19º | 0.75% | 1% | - |
| XYZ | 25.49 | 13.71 | 95.07 | - |
| YUV | 97.33 | 216.41 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 254 | 0.59 | 0.75 | 0 | 0.00 | 253.19 | 0.99 | 0.62 |
| Hex | 69 | 3F | FE | 3B | 4B | 0 | 0 | FD | 63 | 3E |
| Octal | 151 | 77 | 376 | 73 | 113 | 0 | 0 | 375 | 143 | 76 |
| Binary | 1101001 | 111111 | 11111110 | 111011 | 1001011 | 0 | 0 | 11111101 | 1100011 | 111110 |
Color Harmonies of #693FFE
Complementary color
Monochromatic Colors of #693FFE
Black with #693FFE
Text Example
Text Example
White with #693FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693FFE; }
p { color: rgb(105,63,254); }
H1.HeaderClassName
{
color: #693FFE;
}
.AnyTagClassName
{
color: #693FFE;
}
</style>
background-color css
<style>
a { background-color: #693FFE; }
a { background-color: rgb(105,63,254); }
div.DivClassName
{
background-color: #693FFE;
}
.BgClassName
{
background-color: #693FFE;
}
</style>
border-color css
<style>
span { border-color: #693FFE; }
span { border-color: rgb(105,63,254); }
td.TdClassName
{
border-color: #693FFE;
}
.TagClassName
{
border-color: #693FFE;
}
</style>