Shades of Neon Blue #143AFB
Tints of Neon Blue #143AFB
RGB
CMYK
RGB Variations
Color information
#143AFB (or 0x143AFB) is known color: Neon Blue. HEX triplet: 14, 3A and FB. RGB value is (20,58,251). Sum of RGB (Red+Green+Blue) = 20+58+251=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #143AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143AFB is #EBC504. Grayscale: #434343. Windows color (decimal): -15451397 or 16464404. OLE color: 16464404.
HSL color Cylindrical-coordinate representation of color #143AFB: hue angle of 230.13º 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 #143AFB is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 58 | 251 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.02 |
| HSL | 230.13º | 0.97% | 0.53% | - |
| HSV(B) | 230.13º | 0.92% | 0.98% | - |
| XYZ | 19.21 | 10.14 | 92.21 | - |
| YUV | 68.64 | 230.91 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 251 | 0.92 | 0.77 | 0 | 0.02 | 230.13 | 0.97 | 0.53 |
| Hex | 14 | 3A | FB | 5C | 4D | 0 | 2 | E6 | 61 | 35 |
| Octal | 24 | 72 | 373 | 134 | 115 | 0 | 2 | 346 | 141 | 65 |
| Binary | 10100 | 111010 | 11111011 | 1011100 | 1001101 | 0 | 10 | 11100110 | 1100001 | 110101 |
Color Harmonies of #143AFB
Complementary color
Monochromatic Colors of #143AFB
Black with #143AFB
Text Example
Text Example
White with #143AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AFB; }
p { color: rgb(20,58,251); }
H1.HeaderClassName
{
color: #143AFB;
}
.AnyTagClassName
{
color: #143AFB;
}
</style>
background-color css
<style>
a { background-color: #143AFB; }
a { background-color: rgb(20,58,251); }
div.DivClassName
{
background-color: #143AFB;
}
.BgClassName
{
background-color: #143AFB;
}
</style>
border-color css
<style>
span { border-color: #143AFB; }
span { border-color: rgb(20,58,251); }
td.TdClassName
{
border-color: #143AFB;
}
.TagClassName
{
border-color: #143AFB;
}
</style>