Shades of Neon Blue #314DF9
Tints of Neon Blue #314DF9
RGB
CMYK
RGB Variations
Color information
#314DF9 (or 0x314DF9) is known color: Neon Blue. HEX triplet: 31, 4D and F9. RGB value is (49,77,249). Sum of RGB (Red+Green+Blue) = 49+77+249=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #314DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #314DF9 is #CEB206. Grayscale: #575757. Windows color (decimal): -13545991 or 16338225. OLE color: 16338225.
HSL color Cylindrical-coordinate representation of color #314DF9: hue angle of 231.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #314DF9 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 77 | 249 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.02 |
| HSL | 231.6º | 0.94% | 0.58% | - |
| HSV(B) | 231.6º | 0.8% | 0.98% | - |
| XYZ | 21.02 | 12.8 | 90.99 | - |
| YUV | 88.24 | 218.72 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 249 | 0.80 | 0.69 | 0 | 0.02 | 231.6 | 0.94 | 0.58 |
| Hex | 31 | 4D | F9 | 50 | 45 | 0 | 2 | E8 | 5E | 3A |
| Octal | 61 | 115 | 371 | 120 | 105 | 0 | 2 | 350 | 136 | 72 |
| Binary | 110001 | 1001101 | 11111001 | 1010000 | 1000101 | 0 | 10 | 11101000 | 1011110 | 111010 |
Color Harmonies of #314DF9
Complementary color
Monochromatic Colors of #314DF9
Black with #314DF9
Text Example
Text Example
White with #314DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DF9; }
p { color: rgb(49,77,249); }
H1.HeaderClassName
{
color: #314DF9;
}
.AnyTagClassName
{
color: #314DF9;
}
</style>
background-color css
<style>
a { background-color: #314DF9; }
a { background-color: rgb(49,77,249); }
div.DivClassName
{
background-color: #314DF9;
}
.BgClassName
{
background-color: #314DF9;
}
</style>
border-color css
<style>
span { border-color: #314DF9; }
span { border-color: rgb(49,77,249); }
td.TdClassName
{
border-color: #314DF9;
}
.TagClassName
{
border-color: #314DF9;
}
</style>