Shades of Neon Blue #312FF2
Tints of Neon Blue #312FF2
RGB
CMYK
RGB Variations
Color information
#312FF2 (or 0x312FF2) is known color: Neon Blue. HEX triplet: 31, 2F and F2. RGB value is (49,47,242). Sum of RGB (Red+Green+Blue) = 49+47+242=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #312FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312FF2 is #CED00D. Grayscale: #454545. Windows color (decimal): -13553678 or 15871793. OLE color: 15871793.
HSL color Cylindrical-coordinate representation of color #312FF2: hue angle of 240.62º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312FF2 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 47 | 242 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.05 |
| HSL | 240.62º | 0.88% | 0.57% | - |
| HSV(B) | 240.62º | 0.81% | 0.95% | - |
| XYZ | 18.31 | 9.1 | 84.8 | - |
| YUV | 69.83 | 225.16 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 242 | 0.80 | 0.81 | 0 | 0.05 | 240.62 | 0.88 | 0.57 |
| Hex | 31 | 2F | F2 | 50 | 51 | 0 | 5 | F1 | 58 | 39 |
| Octal | 61 | 57 | 362 | 120 | 121 | 0 | 5 | 361 | 130 | 71 |
| Binary | 110001 | 101111 | 11110010 | 1010000 | 1010001 | 0 | 101 | 11110001 | 1011000 | 111001 |
Color Harmonies of #312FF2
Complementary color
Monochromatic Colors of #312FF2
Black with #312FF2
Text Example
Text Example
White with #312FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312FF2; }
p { color: rgb(49,47,242); }
H1.HeaderClassName
{
color: #312FF2;
}
.AnyTagClassName
{
color: #312FF2;
}
</style>
background-color css
<style>
a { background-color: #312FF2; }
a { background-color: rgb(49,47,242); }
div.DivClassName
{
background-color: #312FF2;
}
.BgClassName
{
background-color: #312FF2;
}
</style>
border-color css
<style>
span { border-color: #312FF2; }
span { border-color: rgb(49,47,242); }
td.TdClassName
{
border-color: #312FF2;
}
.TagClassName
{
border-color: #312FF2;
}
</style>