Shades of Neon Blue #673BFF
Tints of Neon Blue #673BFF
RGB
CMYK
RGB Variations
Color information
#673BFF (or 0x673BFF) is known color: Neon Blue. HEX triplet: 67, 3B and FF. RGB value is (103,59,255). Sum of RGB (Red+Green+Blue) = 103+59+255=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #673BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673BFF is #98C400. Grayscale: #5D5D5D. Windows color (decimal): -10011649 or 16726887. OLE color: 16726887.
HSL color Cylindrical-coordinate representation of color #673BFF: hue angle of 253.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #673BFF is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 59 | 255 | - |
| CMYK | 0.60 | 0.77 | 0 | 0 |
| HSL | 253.47º | 1% | 0.62% | - |
| HSV(B) | 253.47º | 0.77% | 1% | - |
| XYZ | 25.21 | 13.23 | 95.83 | - |
| YUV | 94.5 | 218.58 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 255 | 0.60 | 0.77 | 0 | 0 | 253.47 | 1 | 0.62 |
| Hex | 67 | 3B | FF | 3C | 4D | 0 | 0 | FD | 64 | 3E |
| Octal | 147 | 73 | 377 | 74 | 115 | 0 | 0 | 375 | 144 | 76 |
| Binary | 1100111 | 111011 | 11111111 | 111100 | 1001101 | 0 | 0 | 11111101 | 1100100 | 111110 |
Color Harmonies of #673BFF
Complementary color
Monochromatic Colors of #673BFF
Black with #673BFF
Text Example
Text Example
White with #673BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BFF; }
p { color: rgb(103,59,255); }
H1.HeaderClassName
{
color: #673BFF;
}
.AnyTagClassName
{
color: #673BFF;
}
</style>
background-color css
<style>
a { background-color: #673BFF; }
a { background-color: rgb(103,59,255); }
div.DivClassName
{
background-color: #673BFF;
}
.BgClassName
{
background-color: #673BFF;
}
</style>
border-color css
<style>
span { border-color: #673BFF; }
span { border-color: rgb(103,59,255); }
td.TdClassName
{
border-color: #673BFF;
}
.TagClassName
{
border-color: #673BFF;
}
</style>