Shades of Neon Blue #313DFF
Tints of Neon Blue #313DFF
RGB
CMYK
RGB Variations
Color information
#313DFF (or 0x313DFF) is known color: Neon Blue. HEX triplet: 31, 3D and FF. RGB value is (49,61,255). Sum of RGB (Red+Green+Blue) = 49+61+255=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #313DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313DFF is #CEC200. Grayscale: #4E4E4E. Windows color (decimal): -13550081 or 16727345. OLE color: 16727345.
HSL color Cylindrical-coordinate representation of color #313DFF: hue angle of 236.5º 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 #313DFF is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 61 | 255 | - |
| CMYK | 0.81 | 0.76 | 0 | 0 |
| HSL | 236.5º | 1% | 0.6% | - |
| HSV(B) | 236.5º | 0.81% | 1% | - |
| XYZ | 20.99 | 11.21 | 95.67 | - |
| YUV | 79.53 | 227.02 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 255 | 0.81 | 0.76 | 0 | 0 | 236.5 | 1 | 0.6 |
| Hex | 31 | 3D | FF | 51 | 4C | 0 | 0 | ED | 64 | 3C |
| Octal | 61 | 75 | 377 | 121 | 114 | 0 | 0 | 355 | 144 | 74 |
| Binary | 110001 | 111101 | 11111111 | 1010001 | 1001100 | 0 | 0 | 11101101 | 1100100 | 111100 |
Color Harmonies of #313DFF
Complementary color
Monochromatic Colors of #313DFF
Black with #313DFF
Text Example
Text Example
White with #313DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DFF; }
p { color: rgb(49,61,255); }
H1.HeaderClassName
{
color: #313DFF;
}
.AnyTagClassName
{
color: #313DFF;
}
</style>
background-color css
<style>
a { background-color: #313DFF; }
a { background-color: rgb(49,61,255); }
div.DivClassName
{
background-color: #313DFF;
}
.BgClassName
{
background-color: #313DFF;
}
</style>
border-color css
<style>
span { border-color: #313DFF; }
span { border-color: rgb(49,61,255); }
td.TdClassName
{
border-color: #313DFF;
}
.TagClassName
{
border-color: #313DFF;
}
</style>