Shades of Neon Blue #313BFA
Tints of Neon Blue #313BFA
RGB
CMYK
RGB Variations
Color information
#313BFA (or 0x313BFA) is known color: Neon Blue. HEX triplet: 31, 3B and FA. RGB value is (49,59,250). Sum of RGB (Red+Green+Blue) = 49+59+250=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #313BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313BFA is #CEC405. Grayscale: #4D4D4D. Windows color (decimal): -13550598 or 16399153. OLE color: 16399153.
HSL color Cylindrical-coordinate representation of color #313BFA: hue angle of 237.01º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313BFA is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 59 | 250 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.02 |
| HSL | 237.01º | 0.95% | 0.59% | - |
| HSV(B) | 237.01º | 0.8% | 0.98% | - |
| XYZ | 20.09 | 10.68 | 91.45 | - |
| YUV | 77.78 | 225.19 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 250 | 0.80 | 0.76 | 0 | 0.02 | 237.01 | 0.95 | 0.59 |
| Hex | 31 | 3B | FA | 50 | 4C | 0 | 2 | ED | 5F | 3B |
| Octal | 61 | 73 | 372 | 120 | 114 | 0 | 2 | 355 | 137 | 73 |
| Binary | 110001 | 111011 | 11111010 | 1010000 | 1001100 | 0 | 10 | 11101101 | 1011111 | 111011 |
Color Harmonies of #313BFA
Complementary color
Monochromatic Colors of #313BFA
Black with #313BFA
Text Example
Text Example
White with #313BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BFA; }
p { color: rgb(49,59,250); }
H1.HeaderClassName
{
color: #313BFA;
}
.AnyTagClassName
{
color: #313BFA;
}
</style>
background-color css
<style>
a { background-color: #313BFA; }
a { background-color: rgb(49,59,250); }
div.DivClassName
{
background-color: #313BFA;
}
.BgClassName
{
background-color: #313BFA;
}
</style>
border-color css
<style>
span { border-color: #313BFA; }
span { border-color: rgb(49,59,250); }
td.TdClassName
{
border-color: #313BFA;
}
.TagClassName
{
border-color: #313BFA;
}
</style>