Shades of Neon Blue #143BFB
Tints of Neon Blue #143BFB
RGB
CMYK
RGB Variations
Color information
#143BFB (or 0x143BFB) is known color: Neon Blue. HEX triplet: 14, 3B and FB. RGB value is (20,59,251). Sum of RGB (Red+Green+Blue) = 20+59+251=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #143BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143BFB is #EBC404. Grayscale: #444444. Windows color (decimal): -15451141 or 16464660. OLE color: 16464660.
HSL color Cylindrical-coordinate representation of color #143BFB: hue angle of 229.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143BFB is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 59 | 251 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.02 |
| HSL | 229.87º | 0.97% | 0.53% | - |
| HSV(B) | 229.87º | 0.92% | 0.98% | - |
| XYZ | 19.27 | 10.24 | 92.23 | - |
| YUV | 69.23 | 230.58 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 251 | 0.92 | 0.76 | 0 | 0.02 | 229.87 | 0.97 | 0.53 |
| Hex | 14 | 3B | FB | 5C | 4C | 0 | 2 | E6 | 61 | 35 |
| Octal | 24 | 73 | 373 | 134 | 114 | 0 | 2 | 346 | 141 | 65 |
| Binary | 10100 | 111011 | 11111011 | 1011100 | 1001100 | 0 | 10 | 11100110 | 1100001 | 110101 |
Color Harmonies of #143BFB
Complementary color
Monochromatic Colors of #143BFB
Black with #143BFB
Text Example
Text Example
White with #143BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BFB; }
p { color: rgb(20,59,251); }
H1.HeaderClassName
{
color: #143BFB;
}
.AnyTagClassName
{
color: #143BFB;
}
</style>
background-color css
<style>
a { background-color: #143BFB; }
a { background-color: rgb(20,59,251); }
div.DivClassName
{
background-color: #143BFB;
}
.BgClassName
{
background-color: #143BFB;
}
</style>
border-color css
<style>
span { border-color: #143BFB; }
span { border-color: rgb(20,59,251); }
td.TdClassName
{
border-color: #143BFB;
}
.TagClassName
{
border-color: #143BFB;
}
</style>