Shades of Neon Blue #313CFC
Tints of Neon Blue #313CFC
RGB
CMYK
RGB Variations
Color information
#313CFC (or 0x313CFC) is known color: Neon Blue. HEX triplet: 31, 3C and FC. RGB value is (49,60,252). Sum of RGB (Red+Green+Blue) = 49+60+252=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #313CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313CFC is #CEC303. Grayscale: #4D4D4D. Windows color (decimal): -13550340 or 16530481. OLE color: 16530481.
HSL color Cylindrical-coordinate representation of color #313CFC: hue angle of 236.75º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #313CFC is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 60 | 252 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.01 |
| HSL | 236.75º | 0.97% | 0.59% | - |
| HSV(B) | 236.75º | 0.81% | 0.99% | - |
| XYZ | 20.45 | 10.91 | 93.12 | - |
| YUV | 78.6 | 225.86 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 252 | 0.81 | 0.76 | 0 | 0.01 | 236.75 | 0.97 | 0.59 |
| Hex | 31 | 3C | FC | 51 | 4C | 0 | 1 | ED | 61 | 3B |
| Octal | 61 | 74 | 374 | 121 | 114 | 0 | 1 | 355 | 141 | 73 |
| Binary | 110001 | 111100 | 11111100 | 1010001 | 1001100 | 0 | 1 | 11101101 | 1100001 | 111011 |
Color Harmonies of #313CFC
Complementary color
Monochromatic Colors of #313CFC
Black with #313CFC
Text Example
Text Example
White with #313CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313CFC; }
p { color: rgb(49,60,252); }
H1.HeaderClassName
{
color: #313CFC;
}
.AnyTagClassName
{
color: #313CFC;
}
</style>
background-color css
<style>
a { background-color: #313CFC; }
a { background-color: rgb(49,60,252); }
div.DivClassName
{
background-color: #313CFC;
}
.BgClassName
{
background-color: #313CFC;
}
</style>
border-color css
<style>
span { border-color: #313CFC; }
span { border-color: rgb(49,60,252); }
td.TdClassName
{
border-color: #313CFC;
}
.TagClassName
{
border-color: #313CFC;
}
</style>