Shades of Neon Blue #3147FE
Tints of Neon Blue #3147FE
RGB
CMYK
RGB Variations
Color information
#3147FE (or 0x3147FE) is known color: Neon Blue. HEX triplet: 31, 47 and FE. RGB value is (49,71,254). Sum of RGB (Red+Green+Blue) = 49+71+254=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #3147FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3147FE is #CEB801. Grayscale: #545454. Windows color (decimal): -13547522 or 16664369. OLE color: 16664369.
HSL color Cylindrical-coordinate representation of color #3147FE: hue angle of 233.56º 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 #3147FE is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 71 | 254 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.00 |
| HSL | 233.56º | 0.99% | 0.59% | - |
| HSV(B) | 233.56º | 0.81% | 1% | - |
| XYZ | 21.41 | 12.32 | 95.01 | - |
| YUV | 85.28 | 223.21 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 254 | 0.81 | 0.72 | 0 | 0.00 | 233.56 | 0.99 | 0.59 |
| Hex | 31 | 47 | FE | 51 | 48 | 0 | 0 | EA | 63 | 3B |
| Octal | 61 | 107 | 376 | 121 | 110 | 0 | 0 | 352 | 143 | 73 |
| Binary | 110001 | 1000111 | 11111110 | 1010001 | 1001000 | 0 | 0 | 11101010 | 1100011 | 111011 |
Color Harmonies of #3147FE
Complementary color
Monochromatic Colors of #3147FE
Black with #3147FE
Text Example
Text Example
White with #3147FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3147FE; }
p { color: rgb(49,71,254); }
H1.HeaderClassName
{
color: #3147FE;
}
.AnyTagClassName
{
color: #3147FE;
}
</style>
background-color css
<style>
a { background-color: #3147FE; }
a { background-color: rgb(49,71,254); }
div.DivClassName
{
background-color: #3147FE;
}
.BgClassName
{
background-color: #3147FE;
}
</style>
border-color css
<style>
span { border-color: #3147FE; }
span { border-color: rgb(49,71,254); }
td.TdClassName
{
border-color: #3147FE;
}
.TagClassName
{
border-color: #3147FE;
}
</style>