Shades of Neon Blue #314EFF
Tints of Neon Blue #314EFF
RGB
CMYK
RGB Variations
Color information
#314EFF (or 0x314EFF) is known color: Neon Blue. HEX triplet: 31, 4E and FF. RGB value is (49,78,255). Sum of RGB (Red+Green+Blue) = 49+78+255=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #314EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #314EFF is #CEB100. Grayscale: #585858. Windows color (decimal): -13545729 or 16731697. OLE color: 16731697.
HSL color Cylindrical-coordinate representation of color #314EFF: hue angle of 231.55º 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 #314EFF is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 78 | 255 | - |
| CMYK | 0.81 | 0.69 | 0 | 0 |
| HSL | 231.55º | 1% | 0.6% | - |
| HSV(B) | 231.55º | 0.81% | 1% | - |
| XYZ | 22.04 | 13.32 | 96.02 | - |
| YUV | 89.51 | 221.39 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 255 | 0.81 | 0.69 | 0 | 0 | 231.55 | 1 | 0.6 |
| Hex | 31 | 4E | FF | 51 | 45 | 0 | 0 | E8 | 64 | 3C |
| Octal | 61 | 116 | 377 | 121 | 105 | 0 | 0 | 350 | 144 | 74 |
| Binary | 110001 | 1001110 | 11111111 | 1010001 | 1000101 | 0 | 0 | 11101000 | 1100100 | 111100 |
Color Harmonies of #314EFF
Complementary color
Monochromatic Colors of #314EFF
Black with #314EFF
Text Example
Text Example
White with #314EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314EFF; }
p { color: rgb(49,78,255); }
H1.HeaderClassName
{
color: #314EFF;
}
.AnyTagClassName
{
color: #314EFF;
}
</style>
background-color css
<style>
a { background-color: #314EFF; }
a { background-color: rgb(49,78,255); }
div.DivClassName
{
background-color: #314EFF;
}
.BgClassName
{
background-color: #314EFF;
}
</style>
border-color css
<style>
span { border-color: #314EFF; }
span { border-color: rgb(49,78,255); }
td.TdClassName
{
border-color: #314EFF;
}
.TagClassName
{
border-color: #314EFF;
}
</style>