Shades of Neon Blue #314DF0
Tints of Neon Blue #314DF0
RGB
CMYK
RGB Variations
Color information
#314DF0 (or 0x314DF0) is known color: Neon Blue. HEX triplet: 31, 4D and F0. RGB value is (49,77,240). Sum of RGB (Red+Green+Blue) = 49+77+240=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 240 (94.14% from 255 or 65.57% from 366); Max value from RGB is 240 - color contains mainly: blue. Hex color #314DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #314DF0 is #CEB20F. Grayscale: #565656. Windows color (decimal): -13546000 or 15748401. OLE color: 15748401.
HSL color Cylindrical-coordinate representation of color #314DF0: hue angle of 231.2º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #314DF0 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 77 | 240 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.06 |
| HSL | 231.2º | 0.86% | 0.57% | - |
| HSV(B) | 231.2º | 0.8% | 0.94% | - |
| XYZ | 19.65 | 12.25 | 83.77 | - |
| YUV | 87.21 | 214.22 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 240 | 0.80 | 0.68 | 0 | 0.06 | 231.2 | 0.86 | 0.57 |
| Hex | 31 | 4D | F0 | 50 | 44 | 0 | 6 | E7 | 56 | 39 |
| Octal | 61 | 115 | 360 | 120 | 104 | 0 | 6 | 347 | 126 | 71 |
| Binary | 110001 | 1001101 | 11110000 | 1010000 | 1000100 | 0 | 110 | 11100111 | 1010110 | 111001 |
Color Harmonies of #314DF0
Complementary color
Monochromatic Colors of #314DF0
Black with #314DF0
Text Example
Text Example
White with #314DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DF0; }
p { color: rgb(49,77,240); }
H1.HeaderClassName
{
color: #314DF0;
}
.AnyTagClassName
{
color: #314DF0;
}
</style>
background-color css
<style>
a { background-color: #314DF0; }
a { background-color: rgb(49,77,240); }
div.DivClassName
{
background-color: #314DF0;
}
.BgClassName
{
background-color: #314DF0;
}
</style>
border-color css
<style>
span { border-color: #314DF0; }
span { border-color: rgb(49,77,240); }
td.TdClassName
{
border-color: #314DF0;
}
.TagClassName
{
border-color: #314DF0;
}
</style>