Shades of Neon Blue #3149FF
Tints of Neon Blue #3149FF
RGB
CMYK
RGB Variations
Color information
#3149FF (or 0x3149FF) is known color: Neon Blue. HEX triplet: 31, 49 and FF. RGB value is (49,73,255). Sum of RGB (Red+Green+Blue) = 49+73+255=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #3149FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3149FF is #CEB600. Grayscale: #555555. Windows color (decimal): -13547009 or 16730417. OLE color: 16730417.
HSL color Cylindrical-coordinate representation of color #3149FF: hue angle of 233.01º 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 #3149FF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 73 | 255 | - |
| CMYK | 0.81 | 0.71 | 0 | 0 |
| HSL | 233.01º | 1% | 0.6% | - |
| HSV(B) | 233.01º | 0.81% | 1% | - |
| XYZ | 21.7 | 12.64 | 95.9 | - |
| YUV | 86.57 | 223.05 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 255 | 0.81 | 0.71 | 0 | 0 | 233.01 | 1 | 0.6 |
| Hex | 31 | 49 | FF | 51 | 47 | 0 | 0 | E9 | 64 | 3C |
| Octal | 61 | 111 | 377 | 121 | 107 | 0 | 0 | 351 | 144 | 74 |
| Binary | 110001 | 1001001 | 11111111 | 1010001 | 1000111 | 0 | 0 | 11101001 | 1100100 | 111100 |
Color Harmonies of #3149FF
Complementary color
Monochromatic Colors of #3149FF
Black with #3149FF
Text Example
Text Example
White with #3149FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3149FF; }
p { color: rgb(49,73,255); }
H1.HeaderClassName
{
color: #3149FF;
}
.AnyTagClassName
{
color: #3149FF;
}
</style>
background-color css
<style>
a { background-color: #3149FF; }
a { background-color: rgb(49,73,255); }
div.DivClassName
{
background-color: #3149FF;
}
.BgClassName
{
background-color: #3149FF;
}
</style>
border-color css
<style>
span { border-color: #3149FF; }
span { border-color: rgb(49,73,255); }
td.TdClassName
{
border-color: #3149FF;
}
.TagClassName
{
border-color: #3149FF;
}
</style>