Shades of Neon Blue #693EFF
Tints of Neon Blue #693EFF
RGB
CMYK
RGB Variations
Color information
#693EFF (or 0x693EFF) is known color: Neon Blue. HEX triplet: 69, 3E and FF. RGB value is (105,62,255). Sum of RGB (Red+Green+Blue) = 105+62+255=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #693EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693EFF is #96C100. Grayscale: #606060. Windows color (decimal): -9879809 or 16727657. OLE color: 16727657.
HSL color Cylindrical-coordinate representation of color #693EFF: hue angle of 253.37º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #693EFF is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 62 | 255 | - |
| CMYK | 0.59 | 0.76 | 0 | 0 |
| HSL | 253.37º | 1% | 0.62% | - |
| HSV(B) | 253.37º | 0.76% | 1% | - |
| XYZ | 25.6 | 13.67 | 95.9 | - |
| YUV | 96.86 | 217.25 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 255 | 0.59 | 0.76 | 0 | 0 | 253.37 | 1 | 0.62 |
| Hex | 69 | 3E | FF | 3B | 4C | 0 | 0 | FD | 64 | 3E |
| Octal | 151 | 76 | 377 | 73 | 114 | 0 | 0 | 375 | 144 | 76 |
| Binary | 1101001 | 111110 | 11111111 | 111011 | 1001100 | 0 | 0 | 11111101 | 1100100 | 111110 |
Color Harmonies of #693EFF
Complementary color
Monochromatic Colors of #693EFF
Black with #693EFF
Text Example
Text Example
White with #693EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693EFF; }
p { color: rgb(105,62,255); }
H1.HeaderClassName
{
color: #693EFF;
}
.AnyTagClassName
{
color: #693EFF;
}
</style>
background-color css
<style>
a { background-color: #693EFF; }
a { background-color: rgb(105,62,255); }
div.DivClassName
{
background-color: #693EFF;
}
.BgClassName
{
background-color: #693EFF;
}
</style>
border-color css
<style>
span { border-color: #693EFF; }
span { border-color: rgb(105,62,255); }
td.TdClassName
{
border-color: #693EFF;
}
.TagClassName
{
border-color: #693EFF;
}
</style>