Shades of Neon Blue #3144F6
Tints of Neon Blue #3144F6
RGB
CMYK
RGB Variations
Color information
#3144F6 (or 0x3144F6) is known color: Neon Blue. HEX triplet: 31, 44 and F6. RGB value is (49,68,246). Sum of RGB (Red+Green+Blue) = 49+68+246=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #3144F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3144F6 is #CEBB09. Grayscale: #515151. Windows color (decimal): -13548298 or 16139313. OLE color: 16139313.
HSL color Cylindrical-coordinate representation of color #3144F6: hue angle of 234.21º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3144F6 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 68 | 246 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.04 |
| HSL | 234.21º | 0.92% | 0.58% | - |
| HSV(B) | 234.21º | 0.8% | 0.96% | - |
| XYZ | 19.97 | 11.44 | 88.34 | - |
| YUV | 82.61 | 220.21 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 246 | 0.80 | 0.72 | 0 | 0.04 | 234.21 | 0.92 | 0.58 |
| Hex | 31 | 44 | F6 | 50 | 48 | 0 | 4 | EA | 5C | 3A |
| Octal | 61 | 104 | 366 | 120 | 110 | 0 | 4 | 352 | 134 | 72 |
| Binary | 110001 | 1000100 | 11110110 | 1010000 | 1001000 | 0 | 100 | 11101010 | 1011100 | 111010 |
Color Harmonies of #3144F6
Complementary color
Monochromatic Colors of #3144F6
Black with #3144F6
Text Example
Text Example
White with #3144F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3144F6; }
p { color: rgb(49,68,246); }
H1.HeaderClassName
{
color: #3144F6;
}
.AnyTagClassName
{
color: #3144F6;
}
</style>
background-color css
<style>
a { background-color: #3144F6; }
a { background-color: rgb(49,68,246); }
div.DivClassName
{
background-color: #3144F6;
}
.BgClassName
{
background-color: #3144F6;
}
</style>
border-color css
<style>
span { border-color: #3144F6; }
span { border-color: rgb(49,68,246); }
td.TdClassName
{
border-color: #3144F6;
}
.TagClassName
{
border-color: #3144F6;
}
</style>