Shades of Neon Blue #693FEC
Tints of Neon Blue #693FEC
RGB
CMYK
RGB Variations
Color information
#693FEC (or 0x693FEC) is known color: Neon Blue. HEX triplet: 69, 3F and EC. RGB value is (105,63,236). Sum of RGB (Red+Green+Blue) = 105+63+236=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #693FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693FEC is #96C013. Grayscale: #5E5E5E. Windows color (decimal): -9879572 or 15482729. OLE color: 15482729.
HSL color Cylindrical-coordinate representation of color #693FEC: hue angle of 254.57º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693FEC is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 63 | 236 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.07 |
| HSL | 254.57º | 0.82% | 0.59% | - |
| HSV(B) | 254.57º | 0.73% | 0.93% | - |
| XYZ | 22.74 | 12.61 | 80.59 | - |
| YUV | 95.28 | 207.41 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 236 | 0.56 | 0.73 | 0 | 0.07 | 254.57 | 0.82 | 0.59 |
| Hex | 69 | 3F | EC | 38 | 49 | 0 | 7 | FF | 52 | 3B |
| Octal | 151 | 77 | 354 | 70 | 111 | 0 | 7 | 377 | 122 | 73 |
| Binary | 1101001 | 111111 | 11101100 | 111000 | 1001001 | 0 | 111 | 11111111 | 1010010 | 111011 |
Color Harmonies of #693FEC
Complementary color
Monochromatic Colors of #693FEC
Black with #693FEC
Text Example
Text Example
White with #693FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693FEC; }
p { color: rgb(105,63,236); }
H1.HeaderClassName
{
color: #693FEC;
}
.AnyTagClassName
{
color: #693FEC;
}
</style>
background-color css
<style>
a { background-color: #693FEC; }
a { background-color: rgb(105,63,236); }
div.DivClassName
{
background-color: #693FEC;
}
.BgClassName
{
background-color: #693FEC;
}
</style>
border-color css
<style>
span { border-color: #693FEC; }
span { border-color: rgb(105,63,236); }
td.TdClassName
{
border-color: #693FEC;
}
.TagClassName
{
border-color: #693FEC;
}
</style>