Shades of Neon Blue #673AFF
Tints of Neon Blue #673AFF
RGB
CMYK
RGB Variations
Color information
#673AFF (or 0x673AFF) is known color: Neon Blue. HEX triplet: 67, 3A and FF. RGB value is (103,58,255). Sum of RGB (Red+Green+Blue) = 103+58+255=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #673AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673AFF is #98C500. Grayscale: #5D5D5D. Windows color (decimal): -10011905 or 16726631. OLE color: 16726631.
HSL color Cylindrical-coordinate representation of color #673AFF: hue angle of 253.71º 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 #673AFF is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 58 | 255 | - |
| CMYK | 0.60 | 0.77 | 0 | 0 |
| HSL | 253.71º | 1% | 0.61% | - |
| HSV(B) | 253.71º | 0.77% | 1% | - |
| XYZ | 25.16 | 13.13 | 95.82 | - |
| YUV | 93.91 | 218.91 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 255 | 0.60 | 0.77 | 0 | 0 | 253.71 | 1 | 0.61 |
| Hex | 67 | 3A | FF | 3C | 4D | 0 | 0 | FE | 64 | 3D |
| Octal | 147 | 72 | 377 | 74 | 115 | 0 | 0 | 376 | 144 | 75 |
| Binary | 1100111 | 111010 | 11111111 | 111100 | 1001101 | 0 | 0 | 11111110 | 1100100 | 111101 |
Color Harmonies of #673AFF
Complementary color
Monochromatic Colors of #673AFF
Black with #673AFF
Text Example
Text Example
White with #673AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673AFF; }
p { color: rgb(103,58,255); }
H1.HeaderClassName
{
color: #673AFF;
}
.AnyTagClassName
{
color: #673AFF;
}
</style>
background-color css
<style>
a { background-color: #673AFF; }
a { background-color: rgb(103,58,255); }
div.DivClassName
{
background-color: #673AFF;
}
.BgClassName
{
background-color: #673AFF;
}
</style>
border-color css
<style>
span { border-color: #673AFF; }
span { border-color: rgb(103,58,255); }
td.TdClassName
{
border-color: #673AFF;
}
.TagClassName
{
border-color: #673AFF;
}
</style>