Shades of Neon Blue #674DF6
Tints of Neon Blue #674DF6
RGB
CMYK
RGB Variations
Color information
#674DF6 (or 0x674DF6) is known color: Neon Blue. HEX triplet: 67, 4D and F6. RGB value is (103,77,246). Sum of RGB (Red+Green+Blue) = 103+77+246=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #674DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674DF6 is #98B209. Grayscale: #676767. Windows color (decimal): -10007050 or 16141671. OLE color: 16141671.
HSL color Cylindrical-coordinate representation of color #674DF6: hue angle of 249.23º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674DF6 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 77 | 246 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.04 |
| HSL | 249.23º | 0.9% | 0.63% | - |
| HSV(B) | 249.23º | 0.69% | 0.96% | - |
| XYZ | 24.88 | 14.85 | 88.74 | - |
| YUV | 104.04 | 208.11 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 246 | 0.58 | 0.69 | 0 | 0.04 | 249.23 | 0.9 | 0.63 |
| Hex | 67 | 4D | F6 | 3A | 45 | 0 | 4 | F9 | 5A | 3F |
| Octal | 147 | 115 | 366 | 72 | 105 | 0 | 4 | 371 | 132 | 77 |
| Binary | 1100111 | 1001101 | 11110110 | 111010 | 1000101 | 0 | 100 | 11111001 | 1011010 | 111111 |
Color Harmonies of #674DF6
Complementary color
Monochromatic Colors of #674DF6
Black with #674DF6
Text Example
Text Example
White with #674DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DF6; }
p { color: rgb(103,77,246); }
H1.HeaderClassName
{
color: #674DF6;
}
.AnyTagClassName
{
color: #674DF6;
}
</style>
background-color css
<style>
a { background-color: #674DF6; }
a { background-color: rgb(103,77,246); }
div.DivClassName
{
background-color: #674DF6;
}
.BgClassName
{
background-color: #674DF6;
}
</style>
border-color css
<style>
span { border-color: #674DF6; }
span { border-color: rgb(103,77,246); }
td.TdClassName
{
border-color: #674DF6;
}
.TagClassName
{
border-color: #674DF6;
}
</style>