Shades of Neon Blue #314CFE
Tints of Neon Blue #314CFE
RGB
CMYK
RGB Variations
Color information
#314CFE (or 0x314CFE) is known color: Neon Blue. HEX triplet: 31, 4C and FE. RGB value is (49,76,254). Sum of RGB (Red+Green+Blue) = 49+76+254=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #314CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #314CFE is #CEB301. Grayscale: #575757. Windows color (decimal): -13546242 or 16665649. OLE color: 16665649.
HSL color Cylindrical-coordinate representation of color #314CFE: hue angle of 232.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #314CFE is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 76 | 254 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.00 |
| HSL | 232.1º | 0.99% | 0.59% | - |
| HSV(B) | 232.1º | 0.81% | 1% | - |
| XYZ | 21.74 | 12.98 | 95.13 | - |
| YUV | 88.22 | 221.55 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 254 | 0.81 | 0.70 | 0 | 0.00 | 232.1 | 0.99 | 0.59 |
| Hex | 31 | 4C | FE | 51 | 46 | 0 | 0 | E8 | 63 | 3B |
| Octal | 61 | 114 | 376 | 121 | 106 | 0 | 0 | 350 | 143 | 73 |
| Binary | 110001 | 1001100 | 11111110 | 1010001 | 1000110 | 0 | 0 | 11101000 | 1100011 | 111011 |
Color Harmonies of #314CFE
Complementary color
Monochromatic Colors of #314CFE
Black with #314CFE
Text Example
Text Example
White with #314CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CFE; }
p { color: rgb(49,76,254); }
H1.HeaderClassName
{
color: #314CFE;
}
.AnyTagClassName
{
color: #314CFE;
}
</style>
background-color css
<style>
a { background-color: #314CFE; }
a { background-color: rgb(49,76,254); }
div.DivClassName
{
background-color: #314CFE;
}
.BgClassName
{
background-color: #314CFE;
}
</style>
border-color css
<style>
span { border-color: #314CFE; }
span { border-color: rgb(49,76,254); }
td.TdClassName
{
border-color: #314CFE;
}
.TagClassName
{
border-color: #314CFE;
}
</style>