Shades of Neon Blue #673BF8
Tints of Neon Blue #673BF8
RGB
CMYK
RGB Variations
Color information
#673BF8 (or 0x673BF8) is known color: Neon Blue. HEX triplet: 67, 3B and F8. RGB value is (103,59,248). Sum of RGB (Red+Green+Blue) = 103+59+248=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 248 (97.27% from 255 or 60.49% from 410); Max value from RGB is 248 - color contains mainly: blue. Hex color #673BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673BF8 is #98C407. Grayscale: #5C5C5C. Windows color (decimal): -10011656 or 16268135. OLE color: 16268135.
HSL color Cylindrical-coordinate representation of color #673BF8: hue angle of 253.97º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #673BF8 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 59 | 248 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.03 |
| HSL | 253.97º | 0.93% | 0.6% | - |
| HSV(B) | 253.97º | 0.76% | 0.97% | - |
| XYZ | 24.1 | 12.79 | 90.01 | - |
| YUV | 93.7 | 215.08 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 248 | 0.58 | 0.76 | 0 | 0.03 | 253.97 | 0.93 | 0.6 |
| Hex | 67 | 3B | F8 | 3A | 4C | 0 | 3 | FE | 5D | 3C |
| Octal | 147 | 73 | 370 | 72 | 114 | 0 | 3 | 376 | 135 | 74 |
| Binary | 1100111 | 111011 | 11111000 | 111010 | 1001100 | 0 | 11 | 11111110 | 1011101 | 111100 |
Color Harmonies of #673BF8
Complementary color
Monochromatic Colors of #673BF8
Black with #673BF8
Text Example
Text Example
White with #673BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BF8; }
p { color: rgb(103,59,248); }
H1.HeaderClassName
{
color: #673BF8;
}
.AnyTagClassName
{
color: #673BF8;
}
</style>
background-color css
<style>
a { background-color: #673BF8; }
a { background-color: rgb(103,59,248); }
div.DivClassName
{
background-color: #673BF8;
}
.BgClassName
{
background-color: #673BF8;
}
</style>
border-color css
<style>
span { border-color: #673BF8; }
span { border-color: rgb(103,59,248); }
td.TdClassName
{
border-color: #673BF8;
}
.TagClassName
{
border-color: #673BF8;
}
</style>