Shades of Neon Blue #673BFD
Tints of Neon Blue #673BFD
RGB
CMYK
RGB Variations
Color information
#673BFD (or 0x673BFD) is known color: Neon Blue. HEX triplet: 67, 3B and FD. RGB value is (103,59,253). Sum of RGB (Red+Green+Blue) = 103+59+253=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #673BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673BFD is #98C402. Grayscale: #5D5D5D. Windows color (decimal): -10011651 or 16595815. OLE color: 16595815.
HSL color Cylindrical-coordinate representation of color #673BFD: hue angle of 253.61º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #673BFD is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 59 | 253 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.01 |
| HSL | 253.61º | 0.98% | 0.61% | - |
| HSV(B) | 253.61º | 0.77% | 0.99% | - |
| XYZ | 24.89 | 13.1 | 94.15 | - |
| YUV | 94.27 | 217.58 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 253 | 0.59 | 0.77 | 0 | 0.01 | 253.61 | 0.98 | 0.61 |
| Hex | 67 | 3B | FD | 3B | 4D | 0 | 1 | FE | 62 | 3D |
| Octal | 147 | 73 | 375 | 73 | 115 | 0 | 1 | 376 | 142 | 75 |
| Binary | 1100111 | 111011 | 11111101 | 111011 | 1001101 | 0 | 1 | 11111110 | 1100010 | 111101 |
Color Harmonies of #673BFD
Complementary color
Monochromatic Colors of #673BFD
Black with #673BFD
Text Example
Text Example
White with #673BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BFD; }
p { color: rgb(103,59,253); }
H1.HeaderClassName
{
color: #673BFD;
}
.AnyTagClassName
{
color: #673BFD;
}
</style>
background-color css
<style>
a { background-color: #673BFD; }
a { background-color: rgb(103,59,253); }
div.DivClassName
{
background-color: #673BFD;
}
.BgClassName
{
background-color: #673BFD;
}
</style>
border-color css
<style>
span { border-color: #673BFD; }
span { border-color: rgb(103,59,253); }
td.TdClassName
{
border-color: #673BFD;
}
.TagClassName
{
border-color: #673BFD;
}
</style>