Shades of Neon Blue #314CFF
Tints of Neon Blue #314CFF
RGB
CMYK
RGB Variations
Color information
#314CFF (or 0x314CFF) is known color: Neon Blue. HEX triplet: 31, 4C and FF. RGB value is (49,76,255). Sum of RGB (Red+Green+Blue) = 49+76+255=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #314CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #314CFF is #CEB300. Grayscale: #575757. Windows color (decimal): -13546241 or 16731185. OLE color: 16731185.
HSL color Cylindrical-coordinate representation of color #314CFF: hue angle of 232.14º 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 #314CFF is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 76 | 255 | - |
| CMYK | 0.81 | 0.70 | 0 | 0 |
| HSL | 232.14º | 1% | 0.6% | - |
| HSV(B) | 232.14º | 0.81% | 1% | - |
| XYZ | 21.9 | 13.04 | 95.97 | - |
| YUV | 88.33 | 222.05 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 255 | 0.81 | 0.70 | 0 | 0 | 232.14 | 1 | 0.6 |
| Hex | 31 | 4C | FF | 51 | 46 | 0 | 0 | E8 | 64 | 3C |
| Octal | 61 | 114 | 377 | 121 | 106 | 0 | 0 | 350 | 144 | 74 |
| Binary | 110001 | 1001100 | 11111111 | 1010001 | 1000110 | 0 | 0 | 11101000 | 1100100 | 111100 |
Color Harmonies of #314CFF
Complementary color
Monochromatic Colors of #314CFF
Black with #314CFF
Text Example
Text Example
White with #314CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CFF; }
p { color: rgb(49,76,255); }
H1.HeaderClassName
{
color: #314CFF;
}
.AnyTagClassName
{
color: #314CFF;
}
</style>
background-color css
<style>
a { background-color: #314CFF; }
a { background-color: rgb(49,76,255); }
div.DivClassName
{
background-color: #314CFF;
}
.BgClassName
{
background-color: #314CFF;
}
</style>
border-color css
<style>
span { border-color: #314CFF; }
span { border-color: rgb(49,76,255); }
td.TdClassName
{
border-color: #314CFF;
}
.TagClassName
{
border-color: #314CFF;
}
</style>