Shades of Neon Blue #3154FE
Tints of Neon Blue #3154FE
RGB
CMYK
RGB Variations
Color information
#3154FE (or 0x3154FE) is known color: Neon Blue. HEX triplet: 31, 54 and FE. RGB value is (49,84,254). Sum of RGB (Red+Green+Blue) = 49+84+254=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #3154FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3154FE is #CEAB01. Grayscale: #5C5C5C. Windows color (decimal): -13544194 or 16667697. OLE color: 16667697.
HSL color Cylindrical-coordinate representation of color #3154FE: hue angle of 229.76º 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 #3154FE is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 84 | 254 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.00 |
| HSL | 229.76º | 0.99% | 0.59% | - |
| HSV(B) | 229.76º | 0.81% | 1% | - |
| XYZ | 22.33 | 14.15 | 95.32 | - |
| YUV | 92.92 | 218.9 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 254 | 0.81 | 0.67 | 0 | 0.00 | 229.76 | 0.99 | 0.59 |
| Hex | 31 | 54 | FE | 51 | 43 | 0 | 0 | E6 | 63 | 3B |
| Octal | 61 | 124 | 376 | 121 | 103 | 0 | 0 | 346 | 143 | 73 |
| Binary | 110001 | 1010100 | 11111110 | 1010001 | 1000011 | 0 | 0 | 11100110 | 1100011 | 111011 |
Color Harmonies of #3154FE
Complementary color
Monochromatic Colors of #3154FE
Black with #3154FE
Text Example
Text Example
White with #3154FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154FE; }
p { color: rgb(49,84,254); }
H1.HeaderClassName
{
color: #3154FE;
}
.AnyTagClassName
{
color: #3154FE;
}
</style>
background-color css
<style>
a { background-color: #3154FE; }
a { background-color: rgb(49,84,254); }
div.DivClassName
{
background-color: #3154FE;
}
.BgClassName
{
background-color: #3154FE;
}
</style>
border-color css
<style>
span { border-color: #3154FE; }
span { border-color: rgb(49,84,254); }
td.TdClassName
{
border-color: #3154FE;
}
.TagClassName
{
border-color: #3154FE;
}
</style>