Shades of Neon Blue #663AFF
Tints of Neon Blue #663AFF
RGB
CMYK
RGB Variations
Color information
#663AFF (or 0x663AFF) is known color: Neon Blue. HEX triplet: 66, 3A and FF. RGB value is (102,58,255). Sum of RGB (Red+Green+Blue) = 102+58+255=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #663AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663AFF is #99C500. Grayscale: #5C5C5C. Windows color (decimal): -10077441 or 16726630. OLE color: 16726630.
HSL color Cylindrical-coordinate representation of color #663AFF: hue angle of 253.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #663AFF is Cyan = 0.6, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 58 | 255 | - |
| CMYK | 0.6 | 0.77 | 0 | 0 |
| HSL | 253.4º | 1% | 0.61% | - |
| HSV(B) | 253.4º | 0.77% | 1% | - |
| XYZ | 25.04 | 13.07 | 95.81 | - |
| YUV | 93.61 | 219.08 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 255 | 0.6 | 0.77 | 0 | 0 | 253.4 | 1 | 0.61 |
| Hex | 66 | 3A | FF | 3C | 4D | 0 | 0 | FD | 64 | 3D |
| Octal | 146 | 72 | 377 | 74 | 115 | 0 | 0 | 375 | 144 | 75 |
| Binary | 1100110 | 111010 | 11111111 | 111100 | 1001101 | 0 | 0 | 11111101 | 1100100 | 111101 |
Color Harmonies of #663AFF
Complementary color
Monochromatic Colors of #663AFF
Black with #663AFF
Text Example
Text Example
White with #663AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663AFF; }
p { color: rgb(102,58,255); }
H1.HeaderClassName
{
color: #663AFF;
}
.AnyTagClassName
{
color: #663AFF;
}
</style>
background-color css
<style>
a { background-color: #663AFF; }
a { background-color: rgb(102,58,255); }
div.DivClassName
{
background-color: #663AFF;
}
.BgClassName
{
background-color: #663AFF;
}
</style>
border-color css
<style>
span { border-color: #663AFF; }
span { border-color: rgb(102,58,255); }
td.TdClassName
{
border-color: #663AFF;
}
.TagClassName
{
border-color: #663AFF;
}
</style>