Shades of Neon Blue #674EFB
Tints of Neon Blue #674EFB
RGB
CMYK
RGB Variations
Color information
#674EFB (or 0x674EFB) is known color: Neon Blue. HEX triplet: 67, 4E and FB. RGB value is (103,78,251). Sum of RGB (Red+Green+Blue) = 103+78+251=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #674EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674EFB is #98B104. Grayscale: #686868. Windows color (decimal): -10006789 or 16469607. OLE color: 16469607.
HSL color Cylindrical-coordinate representation of color #674EFB: hue angle of 248.67º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674EFB is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 78 | 251 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.02 |
| HSL | 248.67º | 0.96% | 0.65% | - |
| HSV(B) | 248.67º | 0.69% | 0.98% | - |
| XYZ | 25.73 | 15.3 | 92.86 | - |
| YUV | 105.2 | 210.28 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 251 | 0.59 | 0.69 | 0 | 0.02 | 248.67 | 0.96 | 0.65 |
| Hex | 67 | 4E | FB | 3B | 45 | 0 | 2 | F9 | 60 | 41 |
| Octal | 147 | 116 | 373 | 73 | 105 | 0 | 2 | 371 | 140 | 101 |
| Binary | 1100111 | 1001110 | 11111011 | 111011 | 1000101 | 0 | 10 | 11111001 | 1100000 | 1000001 |
Color Harmonies of #674EFB
Complementary color
Monochromatic Colors of #674EFB
Black with #674EFB
Text Example
Text Example
White with #674EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EFB; }
p { color: rgb(103,78,251); }
H1.HeaderClassName
{
color: #674EFB;
}
.AnyTagClassName
{
color: #674EFB;
}
</style>
background-color css
<style>
a { background-color: #674EFB; }
a { background-color: rgb(103,78,251); }
div.DivClassName
{
background-color: #674EFB;
}
.BgClassName
{
background-color: #674EFB;
}
</style>
border-color css
<style>
span { border-color: #674EFB; }
span { border-color: rgb(103,78,251); }
td.TdClassName
{
border-color: #674EFB;
}
.TagClassName
{
border-color: #674EFB;
}
</style>