Shades of Neon Blue #313AFB
Tints of Neon Blue #313AFB
RGB
CMYK
RGB Variations
Color information
#313AFB (or 0x313AFB) is known color: Neon Blue. HEX triplet: 31, 3A and FB. RGB value is (49,58,251). Sum of RGB (Red+Green+Blue) = 49+58+251=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #313AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313AFB is #CEC504. Grayscale: #4C4C4C. Windows color (decimal): -13550853 or 16464433. OLE color: 16464433.
HSL color Cylindrical-coordinate representation of color #313AFB: hue angle of 237.33º degrees, saturation: 0.96, 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 #313AFB is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 58 | 251 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.02 |
| HSL | 237.33º | 0.96% | 0.59% | - |
| HSV(B) | 237.33º | 0.8% | 0.98% | - |
| XYZ | 20.19 | 10.64 | 92.26 | - |
| YUV | 77.31 | 226.02 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 251 | 0.80 | 0.77 | 0 | 0.02 | 237.33 | 0.96 | 0.59 |
| Hex | 31 | 3A | FB | 50 | 4D | 0 | 2 | ED | 60 | 3B |
| Octal | 61 | 72 | 373 | 120 | 115 | 0 | 2 | 355 | 140 | 73 |
| Binary | 110001 | 111010 | 11111011 | 1010000 | 1001101 | 0 | 10 | 11101101 | 1100000 | 111011 |
Color Harmonies of #313AFB
Complementary color
Monochromatic Colors of #313AFB
Black with #313AFB
Text Example
Text Example
White with #313AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313AFB; }
p { color: rgb(49,58,251); }
H1.HeaderClassName
{
color: #313AFB;
}
.AnyTagClassName
{
color: #313AFB;
}
</style>
background-color css
<style>
a { background-color: #313AFB; }
a { background-color: rgb(49,58,251); }
div.DivClassName
{
background-color: #313AFB;
}
.BgClassName
{
background-color: #313AFB;
}
</style>
border-color css
<style>
span { border-color: #313AFB; }
span { border-color: rgb(49,58,251); }
td.TdClassName
{
border-color: #313AFB;
}
.TagClassName
{
border-color: #313AFB;
}
</style>