Shades of Neon Blue #313FFC
Tints of Neon Blue #313FFC
RGB
CMYK
RGB Variations
Color information
#313FFC (or 0x313FFC) is known color: Neon Blue. HEX triplet: 31, 3F and FC. RGB value is (49,63,252). Sum of RGB (Red+Green+Blue) = 49+63+252=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #313FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313FFC is #CEC003. Grayscale: #4F4F4F. Windows color (decimal): -13549572 or 16531249. OLE color: 16531249.
HSL color Cylindrical-coordinate representation of color #313FFC: hue angle of 235.86º 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 #313FFC is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 63 | 252 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.01 |
| HSL | 235.86º | 0.97% | 0.59% | - |
| HSV(B) | 235.86º | 0.81% | 0.99% | - |
| XYZ | 20.61 | 11.24 | 93.18 | - |
| YUV | 80.36 | 224.86 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 252 | 0.81 | 0.75 | 0 | 0.01 | 235.86 | 0.97 | 0.59 |
| Hex | 31 | 3F | FC | 51 | 4B | 0 | 1 | EC | 61 | 3B |
| Octal | 61 | 77 | 374 | 121 | 113 | 0 | 1 | 354 | 141 | 73 |
| Binary | 110001 | 111111 | 11111100 | 1010001 | 1001011 | 0 | 1 | 11101100 | 1100001 | 111011 |
Color Harmonies of #313FFC
Complementary color
Monochromatic Colors of #313FFC
Black with #313FFC
Text Example
Text Example
White with #313FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FFC; }
p { color: rgb(49,63,252); }
H1.HeaderClassName
{
color: #313FFC;
}
.AnyTagClassName
{
color: #313FFC;
}
</style>
background-color css
<style>
a { background-color: #313FFC; }
a { background-color: rgb(49,63,252); }
div.DivClassName
{
background-color: #313FFC;
}
.BgClassName
{
background-color: #313FFC;
}
</style>
border-color css
<style>
span { border-color: #313FFC; }
span { border-color: rgb(49,63,252); }
td.TdClassName
{
border-color: #313FFC;
}
.TagClassName
{
border-color: #313FFC;
}
</style>