Shades of Neon Blue #313FFB
Tints of Neon Blue #313FFB
RGB
CMYK
RGB Variations
Color information
#313FFB (or 0x313FFB) is known color: Neon Blue. HEX triplet: 31, 3F and FB. RGB value is (49,63,251). Sum of RGB (Red+Green+Blue) = 49+63+251=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #313FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313FFB is #CEC004. Grayscale: #4F4F4F. Windows color (decimal): -13549573 or 16465713. OLE color: 16465713.
HSL color Cylindrical-coordinate representation of color #313FFB: hue angle of 235.84º 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 #313FFB is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 63 | 251 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.02 |
| HSL | 235.84º | 0.96% | 0.59% | - |
| HSV(B) | 235.84º | 0.8% | 0.98% | - |
| XYZ | 20.46 | 11.17 | 92.35 | - |
| YUV | 80.25 | 224.36 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 251 | 0.80 | 0.75 | 0 | 0.02 | 235.84 | 0.96 | 0.59 |
| Hex | 31 | 3F | FB | 50 | 4B | 0 | 2 | EC | 60 | 3B |
| Octal | 61 | 77 | 373 | 120 | 113 | 0 | 2 | 354 | 140 | 73 |
| Binary | 110001 | 111111 | 11111011 | 1010000 | 1001011 | 0 | 10 | 11101100 | 1100000 | 111011 |
Color Harmonies of #313FFB
Complementary color
Monochromatic Colors of #313FFB
Black with #313FFB
Text Example
Text Example
White with #313FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FFB; }
p { color: rgb(49,63,251); }
H1.HeaderClassName
{
color: #313FFB;
}
.AnyTagClassName
{
color: #313FFB;
}
</style>
background-color css
<style>
a { background-color: #313FFB; }
a { background-color: rgb(49,63,251); }
div.DivClassName
{
background-color: #313FFB;
}
.BgClassName
{
background-color: #313FFB;
}
</style>
border-color css
<style>
span { border-color: #313FFB; }
span { border-color: rgb(49,63,251); }
td.TdClassName
{
border-color: #313FFB;
}
.TagClassName
{
border-color: #313FFB;
}
</style>