Shades of Neon Blue #3159FE
Tints of Neon Blue #3159FE
RGB
CMYK
RGB Variations
Color information
#3159FE (or 0x3159FE) is known color: Neon Blue. HEX triplet: 31, 59 and FE. RGB value is (49,89,254). Sum of RGB (Red+Green+Blue) = 49+89+254=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #3159FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3159FE is #CEA601. Grayscale: #5F5F5F. Windows color (decimal): -13542914 or 16668977. OLE color: 16668977.
HSL color Cylindrical-coordinate representation of color #3159FE: hue angle of 228.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3159FE is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 89 | 254 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.00 |
| HSL | 228.29º | 0.99% | 0.59% | - |
| HSV(B) | 228.29º | 0.81% | 1% | - |
| XYZ | 22.73 | 14.95 | 95.45 | - |
| YUV | 95.85 | 217.25 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 254 | 0.81 | 0.65 | 0 | 0.00 | 228.29 | 0.99 | 0.59 |
| Hex | 31 | 59 | FE | 51 | 41 | 0 | 0 | E4 | 63 | 3B |
| Octal | 61 | 131 | 376 | 121 | 101 | 0 | 0 | 344 | 143 | 73 |
| Binary | 110001 | 1011001 | 11111110 | 1010001 | 1000001 | 0 | 0 | 11100100 | 1100011 | 111011 |
Color Harmonies of #3159FE
Complementary color
Monochromatic Colors of #3159FE
Black with #3159FE
Text Example
Text Example
White with #3159FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3159FE; }
p { color: rgb(49,89,254); }
H1.HeaderClassName
{
color: #3159FE;
}
.AnyTagClassName
{
color: #3159FE;
}
</style>
background-color css
<style>
a { background-color: #3159FE; }
a { background-color: rgb(49,89,254); }
div.DivClassName
{
background-color: #3159FE;
}
.BgClassName
{
background-color: #3159FE;
}
</style>
border-color css
<style>
span { border-color: #3159FE; }
span { border-color: rgb(49,89,254); }
td.TdClassName
{
border-color: #3159FE;
}
.TagClassName
{
border-color: #3159FE;
}
</style>