Shades of Neon Blue #313AF7
Tints of Neon Blue #313AF7
RGB
CMYK
RGB Variations
Color information
#313AF7 (or 0x313AF7) is known color: Neon Blue. HEX triplet: 31, 3A and F7. RGB value is (49,58,247). Sum of RGB (Red+Green+Blue) = 49+58+247=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 247 (96.88% from 255 or 69.77% from 354); Max value from RGB is 247 - color contains mainly: blue. Hex color #313AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313AF7 is #CEC508. Grayscale: #4C4C4C. Windows color (decimal): -13550857 or 16202289. OLE color: 16202289.
HSL color Cylindrical-coordinate representation of color #313AF7: hue angle of 237.27º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313AF7 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 58 | 247 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.03 |
| HSL | 237.27º | 0.93% | 0.58% | - |
| HSV(B) | 237.27º | 0.8% | 0.97% | - |
| XYZ | 19.57 | 10.39 | 88.97 | - |
| YUV | 76.86 | 224.02 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 247 | 0.80 | 0.77 | 0 | 0.03 | 237.27 | 0.93 | 0.58 |
| Hex | 31 | 3A | F7 | 50 | 4D | 0 | 3 | ED | 5D | 3A |
| Octal | 61 | 72 | 367 | 120 | 115 | 0 | 3 | 355 | 135 | 72 |
| Binary | 110001 | 111010 | 11110111 | 1010000 | 1001101 | 0 | 11 | 11101101 | 1011101 | 111010 |
Color Harmonies of #313AF7
Complementary color
Monochromatic Colors of #313AF7
Black with #313AF7
Text Example
Text Example
White with #313AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313AF7; }
p { color: rgb(49,58,247); }
H1.HeaderClassName
{
color: #313AF7;
}
.AnyTagClassName
{
color: #313AF7;
}
</style>
background-color css
<style>
a { background-color: #313AF7; }
a { background-color: rgb(49,58,247); }
div.DivClassName
{
background-color: #313AF7;
}
.BgClassName
{
background-color: #313AF7;
}
</style>
border-color css
<style>
span { border-color: #313AF7; }
span { border-color: rgb(49,58,247); }
td.TdClassName
{
border-color: #313AF7;
}
.TagClassName
{
border-color: #313AF7;
}
</style>