Shades of Neon Blue #314DFF
Tints of Neon Blue #314DFF
RGB
CMYK
RGB Variations
Color information
#314DFF (or 0x314DFF) is known color: Neon Blue. HEX triplet: 31, 4D and FF. RGB value is (49,77,255). Sum of RGB (Red+Green+Blue) = 49+77+255=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #314DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #314DFF is #CEB200. Grayscale: #585858. Windows color (decimal): -13545985 or 16731441. OLE color: 16731441.
HSL color Cylindrical-coordinate representation of color #314DFF: hue angle of 231.84º 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 #314DFF is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 77 | 255 | - |
| CMYK | 0.81 | 0.70 | 0 | 0 |
| HSL | 231.84º | 1% | 0.6% | - |
| HSV(B) | 231.84º | 0.81% | 1% | - |
| XYZ | 21.97 | 13.18 | 95.99 | - |
| YUV | 88.92 | 221.72 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 255 | 0.81 | 0.70 | 0 | 0 | 231.84 | 1 | 0.6 |
| Hex | 31 | 4D | FF | 51 | 46 | 0 | 0 | E8 | 64 | 3C |
| Octal | 61 | 115 | 377 | 121 | 106 | 0 | 0 | 350 | 144 | 74 |
| Binary | 110001 | 1001101 | 11111111 | 1010001 | 1000110 | 0 | 0 | 11101000 | 1100100 | 111100 |
Color Harmonies of #314DFF
Complementary color
Monochromatic Colors of #314DFF
Black with #314DFF
Text Example
Text Example
White with #314DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DFF; }
p { color: rgb(49,77,255); }
H1.HeaderClassName
{
color: #314DFF;
}
.AnyTagClassName
{
color: #314DFF;
}
</style>
background-color css
<style>
a { background-color: #314DFF; }
a { background-color: rgb(49,77,255); }
div.DivClassName
{
background-color: #314DFF;
}
.BgClassName
{
background-color: #314DFF;
}
</style>
border-color css
<style>
span { border-color: #314DFF; }
span { border-color: rgb(49,77,255); }
td.TdClassName
{
border-color: #314DFF;
}
.TagClassName
{
border-color: #314DFF;
}
</style>