Shades of Neon Blue #313AFF
Tints of Neon Blue #313AFF
RGB
CMYK
RGB Variations
Color information
#313AFF (or 0x313AFF) is known color: Neon Blue. HEX triplet: 31, 3A and FF. RGB value is (49,58,255). Sum of RGB (Red+Green+Blue) = 49+58+255=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #313AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313AFF is #CEC500. Grayscale: #4C4C4C. Windows color (decimal): -13550849 or 16726577. OLE color: 16726577.
HSL color Cylindrical-coordinate representation of color #313AFF: hue angle of 237.38º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #313AFF is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 58 | 255 | - |
| CMYK | 0.81 | 0.77 | 0 | 0 |
| HSL | 237.38º | 1% | 0.6% | - |
| HSV(B) | 237.38º | 0.81% | 1% | - |
| XYZ | 20.83 | 10.9 | 95.61 | - |
| YUV | 77.77 | 228.02 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 255 | 0.81 | 0.77 | 0 | 0 | 237.38 | 1 | 0.6 |
| Hex | 31 | 3A | FF | 51 | 4D | 0 | 0 | ED | 64 | 3C |
| Octal | 61 | 72 | 377 | 121 | 115 | 0 | 0 | 355 | 144 | 74 |
| Binary | 110001 | 111010 | 11111111 | 1010001 | 1001101 | 0 | 0 | 11101101 | 1100100 | 111100 |
Color Harmonies of #313AFF
Complementary color
Monochromatic Colors of #313AFF
Black with #313AFF
Text Example
Text Example
White with #313AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313AFF; }
p { color: rgb(49,58,255); }
H1.HeaderClassName
{
color: #313AFF;
}
.AnyTagClassName
{
color: #313AFF;
}
</style>
background-color css
<style>
a { background-color: #313AFF; }
a { background-color: rgb(49,58,255); }
div.DivClassName
{
background-color: #313AFF;
}
.BgClassName
{
background-color: #313AFF;
}
</style>
border-color css
<style>
span { border-color: #313AFF; }
span { border-color: rgb(49,58,255); }
td.TdClassName
{
border-color: #313AFF;
}
.TagClassName
{
border-color: #313AFF;
}
</style>