Shades of Neon Blue #3151FF
Tints of Neon Blue #3151FF
RGB
CMYK
RGB Variations
Color information
#3151FF (or 0x3151FF) is known color: Neon Blue. HEX triplet: 31, 51 and FF. RGB value is (49,81,255). Sum of RGB (Red+Green+Blue) = 49+81+255=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #3151FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3151FF is #CEAE00. Grayscale: #5A5A5A. Windows color (decimal): -13544961 or 16732465. OLE color: 16732465.
HSL color Cylindrical-coordinate representation of color #3151FF: hue angle of 230.68º 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 #3151FF is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 81 | 255 | - |
| CMYK | 0.81 | 0.68 | 0 | 0 |
| HSL | 230.68º | 1% | 0.6% | - |
| HSV(B) | 230.68º | 0.81% | 1% | - |
| XYZ | 22.26 | 13.76 | 96.09 | - |
| YUV | 91.27 | 220.4 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 255 | 0.81 | 0.68 | 0 | 0 | 230.68 | 1 | 0.6 |
| Hex | 31 | 51 | FF | 51 | 44 | 0 | 0 | E7 | 64 | 3C |
| Octal | 61 | 121 | 377 | 121 | 104 | 0 | 0 | 347 | 144 | 74 |
| Binary | 110001 | 1010001 | 11111111 | 1010001 | 1000100 | 0 | 0 | 11100111 | 1100100 | 111100 |
Color Harmonies of #3151FF
Complementary color
Monochromatic Colors of #3151FF
Black with #3151FF
Text Example
Text Example
White with #3151FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3151FF; }
p { color: rgb(49,81,255); }
H1.HeaderClassName
{
color: #3151FF;
}
.AnyTagClassName
{
color: #3151FF;
}
</style>
background-color css
<style>
a { background-color: #3151FF; }
a { background-color: rgb(49,81,255); }
div.DivClassName
{
background-color: #3151FF;
}
.BgClassName
{
background-color: #3151FF;
}
</style>
border-color css
<style>
span { border-color: #3151FF; }
span { border-color: rgb(49,81,255); }
td.TdClassName
{
border-color: #3151FF;
}
.TagClassName
{
border-color: #3151FF;
}
</style>