Shades of Neon Blue #3143FA
Tints of Neon Blue #3143FA
RGB
CMYK
RGB Variations
Color information
#3143FA (or 0x3143FA) is known color: Neon Blue. HEX triplet: 31, 43 and FA. RGB value is (49,67,250). Sum of RGB (Red+Green+Blue) = 49+67+250=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #3143FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3143FA is #CEBC05. Grayscale: #515151. Windows color (decimal): -13548550 or 16401201. OLE color: 16401201.
HSL color Cylindrical-coordinate representation of color #3143FA: hue angle of 234.63º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3143FA is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 67 | 250 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.02 |
| HSL | 234.63º | 0.95% | 0.59% | - |
| HSV(B) | 234.63º | 0.8% | 0.98% | - |
| XYZ | 20.53 | 11.57 | 91.59 | - |
| YUV | 82.48 | 222.54 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 250 | 0.80 | 0.73 | 0 | 0.02 | 234.63 | 0.95 | 0.59 |
| Hex | 31 | 43 | FA | 50 | 49 | 0 | 2 | EB | 5F | 3B |
| Octal | 61 | 103 | 372 | 120 | 111 | 0 | 2 | 353 | 137 | 73 |
| Binary | 110001 | 1000011 | 11111010 | 1010000 | 1001001 | 0 | 10 | 11101011 | 1011111 | 111011 |
Color Harmonies of #3143FA
Complementary color
Monochromatic Colors of #3143FA
Black with #3143FA
Text Example
Text Example
White with #3143FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3143FA; }
p { color: rgb(49,67,250); }
H1.HeaderClassName
{
color: #3143FA;
}
.AnyTagClassName
{
color: #3143FA;
}
</style>
background-color css
<style>
a { background-color: #3143FA; }
a { background-color: rgb(49,67,250); }
div.DivClassName
{
background-color: #3143FA;
}
.BgClassName
{
background-color: #3143FA;
}
</style>
border-color css
<style>
span { border-color: #3143FA; }
span { border-color: rgb(49,67,250); }
td.TdClassName
{
border-color: #3143FA;
}
.TagClassName
{
border-color: #3143FA;
}
</style>