Shades of Neon Blue #313DF9
Tints of Neon Blue #313DF9
RGB
CMYK
RGB Variations
Color information
#313DF9 (or 0x313DF9) is known color: Neon Blue. HEX triplet: 31, 3D and F9. RGB value is (49,61,249). Sum of RGB (Red+Green+Blue) = 49+61+249=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 249 (97.66% from 255 or 69.36% from 359); Max value from RGB is 249 - color contains mainly: blue. Hex color #313DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313DF9 is #CEC206. Grayscale: #4E4E4E. Windows color (decimal): -13550087 or 16334129. OLE color: 16334129.
HSL color Cylindrical-coordinate representation of color #313DF9: hue angle of 236.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313DF9 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 61 | 249 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.02 |
| HSL | 236.4º | 0.94% | 0.58% | - |
| HSV(B) | 236.4º | 0.8% | 0.98% | - |
| XYZ | 20.03 | 10.83 | 90.66 | - |
| YUV | 78.84 | 224.02 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 249 | 0.80 | 0.76 | 0 | 0.02 | 236.4 | 0.94 | 0.58 |
| Hex | 31 | 3D | F9 | 50 | 4C | 0 | 2 | EC | 5E | 3A |
| Octal | 61 | 75 | 371 | 120 | 114 | 0 | 2 | 354 | 136 | 72 |
| Binary | 110001 | 111101 | 11111001 | 1010000 | 1001100 | 0 | 10 | 11101100 | 1011110 | 111010 |
Color Harmonies of #313DF9
Complementary color
Monochromatic Colors of #313DF9
Black with #313DF9
Text Example
Text Example
White with #313DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DF9; }
p { color: rgb(49,61,249); }
H1.HeaderClassName
{
color: #313DF9;
}
.AnyTagClassName
{
color: #313DF9;
}
</style>
background-color css
<style>
a { background-color: #313DF9; }
a { background-color: rgb(49,61,249); }
div.DivClassName
{
background-color: #313DF9;
}
.BgClassName
{
background-color: #313DF9;
}
</style>
border-color css
<style>
span { border-color: #313DF9; }
span { border-color: rgb(49,61,249); }
td.TdClassName
{
border-color: #313DF9;
}
.TagClassName
{
border-color: #313DF9;
}
</style>