Shades of Neon Blue #313DF2
Tints of Neon Blue #313DF2
RGB
CMYK
RGB Variations
Color information
#313DF2 (or 0x313DF2) is known color: Neon Blue. HEX triplet: 31, 3D and F2. RGB value is (49,61,242). Sum of RGB (Red+Green+Blue) = 49+61+242=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #313DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313DF2 is #CEC20D. Grayscale: #4D4D4D. Windows color (decimal): -13550094 or 15875377. OLE color: 15875377.
HSL color Cylindrical-coordinate representation of color #313DF2: hue angle of 236.27º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313DF2 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 61 | 242 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.05 |
| HSL | 236.27º | 0.88% | 0.57% | - |
| HSV(B) | 236.27º | 0.8% | 0.95% | - |
| XYZ | 18.96 | 10.4 | 85.01 | - |
| YUV | 78.05 | 220.52 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 242 | 0.80 | 0.75 | 0 | 0.05 | 236.27 | 0.88 | 0.57 |
| Hex | 31 | 3D | F2 | 50 | 4B | 0 | 5 | EC | 58 | 39 |
| Octal | 61 | 75 | 362 | 120 | 113 | 0 | 5 | 354 | 130 | 71 |
| Binary | 110001 | 111101 | 11110010 | 1010000 | 1001011 | 0 | 101 | 11101100 | 1011000 | 111001 |
Color Harmonies of #313DF2
Complementary color
Monochromatic Colors of #313DF2
Black with #313DF2
Text Example
Text Example
White with #313DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DF2; }
p { color: rgb(49,61,242); }
H1.HeaderClassName
{
color: #313DF2;
}
.AnyTagClassName
{
color: #313DF2;
}
</style>
background-color css
<style>
a { background-color: #313DF2; }
a { background-color: rgb(49,61,242); }
div.DivClassName
{
background-color: #313DF2;
}
.BgClassName
{
background-color: #313DF2;
}
</style>
border-color css
<style>
span { border-color: #313DF2; }
span { border-color: rgb(49,61,242); }
td.TdClassName
{
border-color: #313DF2;
}
.TagClassName
{
border-color: #313DF2;
}
</style>