Shades of Neon Blue #674AFF
Tints of Neon Blue #674AFF
RGB
CMYK
RGB Variations
Color information
#674AFF (or 0x674AFF) is known color: Neon Blue. HEX triplet: 67, 4A and FF. RGB value is (103,74,255). Sum of RGB (Red+Green+Blue) = 103+74+255=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #674AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674AFF is #98B500. Grayscale: #666666. Windows color (decimal): -10007809 or 16730727. OLE color: 16730727.
HSL color Cylindrical-coordinate representation of color #674AFF: hue angle of 249.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #674AFF is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 74 | 255 | - |
| CMYK | 0.60 | 0.71 | 0 | 0 |
| HSL | 249.61º | 1% | 0.65% | - |
| HSV(B) | 249.61º | 0.71% | 1% | - |
| XYZ | 26.09 | 15 | 96.13 | - |
| YUV | 103.31 | 213.61 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 255 | 0.60 | 0.71 | 0 | 0 | 249.61 | 1 | 0.65 |
| Hex | 67 | 4A | FF | 3C | 47 | 0 | 0 | FA | 64 | 41 |
| Octal | 147 | 112 | 377 | 74 | 107 | 0 | 0 | 372 | 144 | 101 |
| Binary | 1100111 | 1001010 | 11111111 | 111100 | 1000111 | 0 | 0 | 11111010 | 1100100 | 1000001 |
Color Harmonies of #674AFF
Complementary color
Monochromatic Colors of #674AFF
Black with #674AFF
Text Example
Text Example
White with #674AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674AFF; }
p { color: rgb(103,74,255); }
H1.HeaderClassName
{
color: #674AFF;
}
.AnyTagClassName
{
color: #674AFF;
}
</style>
background-color css
<style>
a { background-color: #674AFF; }
a { background-color: rgb(103,74,255); }
div.DivClassName
{
background-color: #674AFF;
}
.BgClassName
{
background-color: #674AFF;
}
</style>
border-color css
<style>
span { border-color: #674AFF; }
span { border-color: rgb(103,74,255); }
td.TdClassName
{
border-color: #674AFF;
}
.TagClassName
{
border-color: #674AFF;
}
</style>