Shades of Neon Blue #313AF4
Tints of Neon Blue #313AF4
RGB
CMYK
RGB Variations
Color information
#313AF4 (or 0x313AF4) is known color: Neon Blue. HEX triplet: 31, 3A and F4. RGB value is (49,58,244). Sum of RGB (Red+Green+Blue) = 49+58+244=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 244 (95.70% from 255 or 69.52% from 351); Max value from RGB is 244 - color contains mainly: blue. Hex color #313AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313AF4 is #CEC50B. Grayscale: #4B4B4B. Windows color (decimal): -13550860 or 16005681. OLE color: 16005681.
HSL color Cylindrical-coordinate representation of color #313AF4: hue angle of 237.23º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313AF4 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 58 | 244 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.04 |
| HSL | 237.23º | 0.9% | 0.57% | - |
| HSV(B) | 237.23º | 0.8% | 0.96% | - |
| XYZ | 19.11 | 10.21 | 86.55 | - |
| YUV | 76.51 | 222.52 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 244 | 0.80 | 0.76 | 0 | 0.04 | 237.23 | 0.9 | 0.57 |
| Hex | 31 | 3A | F4 | 50 | 4C | 0 | 4 | ED | 5A | 39 |
| Octal | 61 | 72 | 364 | 120 | 114 | 0 | 4 | 355 | 132 | 71 |
| Binary | 110001 | 111010 | 11110100 | 1010000 | 1001100 | 0 | 100 | 11101101 | 1011010 | 111001 |
Color Harmonies of #313AF4
Complementary color
Monochromatic Colors of #313AF4
Black with #313AF4
Text Example
Text Example
White with #313AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313AF4; }
p { color: rgb(49,58,244); }
H1.HeaderClassName
{
color: #313AF4;
}
.AnyTagClassName
{
color: #313AF4;
}
</style>
background-color css
<style>
a { background-color: #313AF4; }
a { background-color: rgb(49,58,244); }
div.DivClassName
{
background-color: #313AF4;
}
.BgClassName
{
background-color: #313AF4;
}
</style>
border-color css
<style>
span { border-color: #313AF4; }
span { border-color: rgb(49,58,244); }
td.TdClassName
{
border-color: #313AF4;
}
.TagClassName
{
border-color: #313AF4;
}
</style>