Shades of Neon Blue #314BFC
Tints of Neon Blue #314BFC
RGB
CMYK
RGB Variations
Color information
#314BFC (or 0x314BFC) is known color: Neon Blue. HEX triplet: 31, 4B and FC. RGB value is (49,75,252). Sum of RGB (Red+Green+Blue) = 49+75+252=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #314BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #314BFC is #CEB403. Grayscale: #565656. Windows color (decimal): -13546500 or 16534321. OLE color: 16534321.
HSL color Cylindrical-coordinate representation of color #314BFC: hue angle of 232.32º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #314BFC is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 75 | 252 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.01 |
| HSL | 232.32º | 0.97% | 0.59% | - |
| HSV(B) | 232.32º | 0.81% | 0.99% | - |
| XYZ | 21.35 | 12.71 | 93.42 | - |
| YUV | 87.4 | 220.89 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 252 | 0.81 | 0.70 | 0 | 0.01 | 232.32 | 0.97 | 0.59 |
| Hex | 31 | 4B | FC | 51 | 46 | 0 | 1 | E8 | 61 | 3B |
| Octal | 61 | 113 | 374 | 121 | 106 | 0 | 1 | 350 | 141 | 73 |
| Binary | 110001 | 1001011 | 11111100 | 1010001 | 1000110 | 0 | 1 | 11101000 | 1100001 | 111011 |
Color Harmonies of #314BFC
Complementary color
Monochromatic Colors of #314BFC
Black with #314BFC
Text Example
Text Example
White with #314BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314BFC; }
p { color: rgb(49,75,252); }
H1.HeaderClassName
{
color: #314BFC;
}
.AnyTagClassName
{
color: #314BFC;
}
</style>
background-color css
<style>
a { background-color: #314BFC; }
a { background-color: rgb(49,75,252); }
div.DivClassName
{
background-color: #314BFC;
}
.BgClassName
{
background-color: #314BFC;
}
</style>
border-color css
<style>
span { border-color: #314BFC; }
span { border-color: rgb(49,75,252); }
td.TdClassName
{
border-color: #314BFC;
}
.TagClassName
{
border-color: #314BFC;
}
</style>