Shades of Neon Blue #674BFD
Tints of Neon Blue #674BFD
RGB
CMYK
RGB Variations
Color information
#674BFD (or 0x674BFD) is known color: Neon Blue. HEX triplet: 67, 4B and FD. RGB value is (103,75,253). Sum of RGB (Red+Green+Blue) = 103+75+253=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #674BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674BFD is #98B402. Grayscale: #666666. Windows color (decimal): -10007555 or 16599911. OLE color: 16599911.
HSL color Cylindrical-coordinate representation of color #674BFD: hue angle of 249.44º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #674BFD is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 75 | 253 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.01 |
| HSL | 249.44º | 0.98% | 0.64% | - |
| HSV(B) | 249.44º | 0.7% | 0.99% | - |
| XYZ | 25.84 | 15.01 | 94.46 | - |
| YUV | 103.66 | 212.28 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 253 | 0.59 | 0.70 | 0 | 0.01 | 249.44 | 0.98 | 0.64 |
| Hex | 67 | 4B | FD | 3B | 46 | 0 | 1 | F9 | 62 | 40 |
| Octal | 147 | 113 | 375 | 73 | 106 | 0 | 1 | 371 | 142 | 100 |
| Binary | 1100111 | 1001011 | 11111101 | 111011 | 1000110 | 0 | 1 | 11111001 | 1100010 | 1000000 |
Color Harmonies of #674BFD
Complementary color
Monochromatic Colors of #674BFD
Black with #674BFD
Text Example
Text Example
White with #674BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BFD; }
p { color: rgb(103,75,253); }
H1.HeaderClassName
{
color: #674BFD;
}
.AnyTagClassName
{
color: #674BFD;
}
</style>
background-color css
<style>
a { background-color: #674BFD; }
a { background-color: rgb(103,75,253); }
div.DivClassName
{
background-color: #674BFD;
}
.BgClassName
{
background-color: #674BFD;
}
</style>
border-color css
<style>
span { border-color: #674BFD; }
span { border-color: rgb(103,75,253); }
td.TdClassName
{
border-color: #674BFD;
}
.TagClassName
{
border-color: #674BFD;
}
</style>