Shades of Neon Blue #314CFB
Tints of Neon Blue #314CFB
RGB
CMYK
RGB Variations
Color information
#314CFB (or 0x314CFB) is known color: Neon Blue. HEX triplet: 31, 4C and FB. RGB value is (49,76,251). Sum of RGB (Red+Green+Blue) = 49+76+251=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #314CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #314CFB is #CEB304. Grayscale: #575757. Windows color (decimal): -13546245 or 16469041. OLE color: 16469041.
HSL color Cylindrical-coordinate representation of color #314CFB: hue angle of 231.98º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #314CFB is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 76 | 251 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.02 |
| HSL | 231.98º | 0.96% | 0.59% | - |
| HSV(B) | 231.98º | 0.8% | 0.98% | - |
| XYZ | 21.26 | 12.79 | 92.61 | - |
| YUV | 87.88 | 220.05 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 251 | 0.80 | 0.70 | 0 | 0.02 | 231.98 | 0.96 | 0.59 |
| Hex | 31 | 4C | FB | 50 | 46 | 0 | 2 | E8 | 60 | 3B |
| Octal | 61 | 114 | 373 | 120 | 106 | 0 | 2 | 350 | 140 | 73 |
| Binary | 110001 | 1001100 | 11111011 | 1010000 | 1000110 | 0 | 10 | 11101000 | 1100000 | 111011 |
Color Harmonies of #314CFB
Complementary color
Monochromatic Colors of #314CFB
Black with #314CFB
Text Example
Text Example
White with #314CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CFB; }
p { color: rgb(49,76,251); }
H1.HeaderClassName
{
color: #314CFB;
}
.AnyTagClassName
{
color: #314CFB;
}
</style>
background-color css
<style>
a { background-color: #314CFB; }
a { background-color: rgb(49,76,251); }
div.DivClassName
{
background-color: #314CFB;
}
.BgClassName
{
background-color: #314CFB;
}
</style>
border-color css
<style>
span { border-color: #314CFB; }
span { border-color: rgb(49,76,251); }
td.TdClassName
{
border-color: #314CFB;
}
.TagClassName
{
border-color: #314CFB;
}
</style>