Shades of Neon Blue #673DFC
Tints of Neon Blue #673DFC
RGB
CMYK
RGB Variations
Color information
#673DFC (or 0x673DFC) is known color: Neon Blue. HEX triplet: 67, 3D and FC. RGB value is (103,61,252). Sum of RGB (Red+Green+Blue) = 103+61+252=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #673DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673DFC is #98C203. Grayscale: #5E5E5E. Windows color (decimal): -10011140 or 16530791. OLE color: 16530791.
HSL color Cylindrical-coordinate representation of color #673DFC: hue angle of 253.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #673DFC is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 61 | 252 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.01 |
| HSL | 253.19º | 0.97% | 0.61% | - |
| HSV(B) | 253.19º | 0.76% | 0.99% | - |
| XYZ | 24.83 | 13.25 | 93.34 | - |
| YUV | 95.33 | 216.41 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 252 | 0.59 | 0.76 | 0 | 0.01 | 253.19 | 0.97 | 0.61 |
| Hex | 67 | 3D | FC | 3B | 4C | 0 | 1 | FD | 61 | 3D |
| Octal | 147 | 75 | 374 | 73 | 114 | 0 | 1 | 375 | 141 | 75 |
| Binary | 1100111 | 111101 | 11111100 | 111011 | 1001100 | 0 | 1 | 11111101 | 1100001 | 111101 |
Color Harmonies of #673DFC
Complementary color
Monochromatic Colors of #673DFC
Black with #673DFC
Text Example
Text Example
White with #673DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DFC; }
p { color: rgb(103,61,252); }
H1.HeaderClassName
{
color: #673DFC;
}
.AnyTagClassName
{
color: #673DFC;
}
</style>
background-color css
<style>
a { background-color: #673DFC; }
a { background-color: rgb(103,61,252); }
div.DivClassName
{
background-color: #673DFC;
}
.BgClassName
{
background-color: #673DFC;
}
</style>
border-color css
<style>
span { border-color: #673DFC; }
span { border-color: rgb(103,61,252); }
td.TdClassName
{
border-color: #673DFC;
}
.TagClassName
{
border-color: #673DFC;
}
</style>