Shades of Neon Blue #3143F9
Tints of Neon Blue #3143F9
RGB
CMYK
RGB Variations
Color information
#3143F9 (or 0x3143F9) is known color: Neon Blue. HEX triplet: 31, 43 and F9. RGB value is (49,67,249). Sum of RGB (Red+Green+Blue) = 49+67+249=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #3143F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3143F9 is #CEBC06. Grayscale: #515151. Windows color (decimal): -13548551 or 16335665. OLE color: 16335665.
HSL color Cylindrical-coordinate representation of color #3143F9: hue angle of 234.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3143F9 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 67 | 249 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.02 |
| HSL | 234.6º | 0.94% | 0.58% | - |
| HSV(B) | 234.6º | 0.8% | 0.98% | - |
| XYZ | 20.37 | 11.51 | 90.77 | - |
| YUV | 82.37 | 222.04 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 249 | 0.80 | 0.73 | 0 | 0.02 | 234.6 | 0.94 | 0.58 |
| Hex | 31 | 43 | F9 | 50 | 49 | 0 | 2 | EB | 5E | 3A |
| Octal | 61 | 103 | 371 | 120 | 111 | 0 | 2 | 353 | 136 | 72 |
| Binary | 110001 | 1000011 | 11111001 | 1010000 | 1001001 | 0 | 10 | 11101011 | 1011110 | 111010 |
Color Harmonies of #3143F9
Complementary color
Monochromatic Colors of #3143F9
Black with #3143F9
Text Example
Text Example
White with #3143F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3143F9; }
p { color: rgb(49,67,249); }
H1.HeaderClassName
{
color: #3143F9;
}
.AnyTagClassName
{
color: #3143F9;
}
</style>
background-color css
<style>
a { background-color: #3143F9; }
a { background-color: rgb(49,67,249); }
div.DivClassName
{
background-color: #3143F9;
}
.BgClassName
{
background-color: #3143F9;
}
</style>
border-color css
<style>
span { border-color: #3143F9; }
span { border-color: rgb(49,67,249); }
td.TdClassName
{
border-color: #3143F9;
}
.TagClassName
{
border-color: #3143F9;
}
</style>