Shades of Neon Blue #3137F1
Tints of Neon Blue #3137F1
RGB
CMYK
RGB Variations
Color information
#3137F1 (or 0x3137F1) is known color: Neon Blue. HEX triplet: 31, 37 and F1. RGB value is (49,55,241). Sum of RGB (Red+Green+Blue) = 49+55+241=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 241 (94.53% from 255 or 69.86% from 345); Max value from RGB is 241 - color contains mainly: blue. Hex color #3137F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3137F1 is #CEC80E. Grayscale: #494949. Windows color (decimal): -13551631 or 15808305. OLE color: 15808305.
HSL color Cylindrical-coordinate representation of color #3137F1: hue angle of 238.12º degrees, saturation: 0.87, 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 #3137F1 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 55 | 241 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.05 |
| HSL | 238.13º | 0.87% | 0.57% | - |
| HSV(B) | 238.13º | 0.8% | 0.95% | - |
| XYZ | 18.51 | 9.74 | 84.12 | - |
| YUV | 74.41 | 222.01 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 241 | 0.80 | 0.77 | 0 | 0.05 | 238.13 | 0.87 | 0.57 |
| Hex | 31 | 37 | F1 | 50 | 4D | 0 | 5 | EE | 57 | 39 |
| Octal | 61 | 67 | 361 | 120 | 115 | 0 | 5 | 356 | 127 | 71 |
| Binary | 110001 | 110111 | 11110001 | 1010000 | 1001101 | 0 | 101 | 11101110 | 1010111 | 111001 |
Color Harmonies of #3137F1
Complementary color
Monochromatic Colors of #3137F1
Black with #3137F1
Text Example
Text Example
White with #3137F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3137F1; }
p { color: rgb(49,55,241); }
H1.HeaderClassName
{
color: #3137F1;
}
.AnyTagClassName
{
color: #3137F1;
}
</style>
background-color css
<style>
a { background-color: #3137F1; }
a { background-color: rgb(49,55,241); }
div.DivClassName
{
background-color: #3137F1;
}
.BgClassName
{
background-color: #3137F1;
}
</style>
border-color css
<style>
span { border-color: #3137F1; }
span { border-color: rgb(49,55,241); }
td.TdClassName
{
border-color: #3137F1;
}
.TagClassName
{
border-color: #3137F1;
}
</style>