Shades of Neon Blue #4649FB
Tints of Neon Blue #4649FB
RGB
CMYK
RGB Variations
Color information
#4649FB (or 0x4649FB) is known color: Neon Blue. HEX triplet: 46, 49 and FB. RGB value is (70,73,251). Sum of RGB (Red+Green+Blue) = 70+73+251=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #4649FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4649FB is #B9B604. Grayscale: #5B5B5B. Windows color (decimal): -12170757 or 16468294. OLE color: 16468294.
HSL color Cylindrical-coordinate representation of color #4649FB: hue angle of 239.01º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4649FB is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 73 | 251 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.02 |
| HSL | 239.01º | 0.96% | 0.63% | - |
| HSV(B) | 239.01º | 0.72% | 0.98% | - |
| XYZ | 22.32 | 13.03 | 92.61 | - |
| YUV | 92.4 | 217.51 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 251 | 0.72 | 0.71 | 0 | 0.02 | 239.01 | 0.96 | 0.63 |
| Hex | 46 | 49 | FB | 48 | 47 | 0 | 2 | EF | 60 | 3F |
| Octal | 106 | 111 | 373 | 110 | 107 | 0 | 2 | 357 | 140 | 77 |
| Binary | 1000110 | 1001001 | 11111011 | 1001000 | 1000111 | 0 | 10 | 11101111 | 1100000 | 111111 |
Color Harmonies of #4649FB
Complementary color
Monochromatic Colors of #4649FB
Black with #4649FB
Text Example
Text Example
White with #4649FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4649FB; }
p { color: rgb(70,73,251); }
H1.HeaderClassName
{
color: #4649FB;
}
.AnyTagClassName
{
color: #4649FB;
}
</style>
background-color css
<style>
a { background-color: #4649FB; }
a { background-color: rgb(70,73,251); }
div.DivClassName
{
background-color: #4649FB;
}
.BgClassName
{
background-color: #4649FB;
}
</style>
border-color css
<style>
span { border-color: #4649FB; }
span { border-color: rgb(70,73,251); }
td.TdClassName
{
border-color: #4649FB;
}
.TagClassName
{
border-color: #4649FB;
}
</style>