Shades of Neon Blue #3146FF
Tints of Neon Blue #3146FF
RGB
CMYK
RGB Variations
Color information
#3146FF (or 0x3146FF) is known color: Neon Blue. HEX triplet: 31, 46 and FF. RGB value is (49,70,255). Sum of RGB (Red+Green+Blue) = 49+70+255=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #3146FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3146FF is #CEB900. Grayscale: #545454. Windows color (decimal): -13547777 or 16729649. OLE color: 16729649.
HSL color Cylindrical-coordinate representation of color #3146FF: hue angle of 233.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3146FF is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 70 | 255 | - |
| CMYK | 0.81 | 0.73 | 0 | 0 |
| HSL | 233.88º | 1% | 0.6% | - |
| HSV(B) | 233.88º | 0.81% | 1% | - |
| XYZ | 21.51 | 12.25 | 95.84 | - |
| YUV | 84.81 | 224.04 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 255 | 0.81 | 0.73 | 0 | 0 | 233.88 | 1 | 0.6 |
| Hex | 31 | 46 | FF | 51 | 49 | 0 | 0 | EA | 64 | 3C |
| Octal | 61 | 106 | 377 | 121 | 111 | 0 | 0 | 352 | 144 | 74 |
| Binary | 110001 | 1000110 | 11111111 | 1010001 | 1001001 | 0 | 0 | 11101010 | 1100100 | 111100 |
Color Harmonies of #3146FF
Complementary color
Monochromatic Colors of #3146FF
Black with #3146FF
Text Example
Text Example
White with #3146FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3146FF; }
p { color: rgb(49,70,255); }
H1.HeaderClassName
{
color: #3146FF;
}
.AnyTagClassName
{
color: #3146FF;
}
</style>
background-color css
<style>
a { background-color: #3146FF; }
a { background-color: rgb(49,70,255); }
div.DivClassName
{
background-color: #3146FF;
}
.BgClassName
{
background-color: #3146FF;
}
</style>
border-color css
<style>
span { border-color: #3146FF; }
span { border-color: rgb(49,70,255); }
td.TdClassName
{
border-color: #3146FF;
}
.TagClassName
{
border-color: #3146FF;
}
</style>