Shades of Neon Blue #693CED
Tints of Neon Blue #693CED
RGB
CMYK
RGB Variations
Color information
#693CED (or 0x693CED) is known color: Neon Blue. HEX triplet: 69, 3C and ED. RGB value is (105,60,237). Sum of RGB (Red+Green+Blue) = 105+60+237=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #693CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CED is #96C312. Grayscale: #5C5C5C. Windows color (decimal): -9880339 or 15547497. OLE color: 15547497.
HSL color Cylindrical-coordinate representation of color #693CED: hue angle of 255.25º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #693CED is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 60 | 237 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.07 |
| HSL | 255.25º | 0.83% | 0.58% | - |
| HSV(B) | 255.25º | 0.75% | 0.93% | - |
| XYZ | 22.73 | 12.35 | 81.31 | - |
| YUV | 93.63 | 208.91 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 237 | 0.56 | 0.75 | 0 | 0.07 | 255.25 | 0.83 | 0.58 |
| Hex | 69 | 3C | ED | 38 | 4B | 0 | 7 | FF | 53 | 3A |
| Octal | 151 | 74 | 355 | 70 | 113 | 0 | 7 | 377 | 123 | 72 |
| Binary | 1101001 | 111100 | 11101101 | 111000 | 1001011 | 0 | 111 | 11111111 | 1010011 | 111010 |
Color Harmonies of #693CED
Complementary color
Monochromatic Colors of #693CED
Black with #693CED
Text Example
Text Example
White with #693CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CED; }
p { color: rgb(105,60,237); }
H1.HeaderClassName
{
color: #693CED;
}
.AnyTagClassName
{
color: #693CED;
}
</style>
background-color css
<style>
a { background-color: #693CED; }
a { background-color: rgb(105,60,237); }
div.DivClassName
{
background-color: #693CED;
}
.BgClassName
{
background-color: #693CED;
}
</style>
border-color css
<style>
span { border-color: #693CED; }
span { border-color: rgb(105,60,237); }
td.TdClassName
{
border-color: #693CED;
}
.TagClassName
{
border-color: #693CED;
}
</style>