Shades of Neon Blue #143AFF
Tints of Neon Blue #143AFF
RGB
CMYK
RGB Variations
Color information
#143AFF (or 0x143AFF) is known color: Neon Blue. HEX triplet: 14, 3A and FF. RGB value is (20,58,255). Sum of RGB (Red+Green+Blue) = 20+58+255=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #143AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143AFF is #EBC500. Grayscale: #444444. Windows color (decimal): -15451393 or 16726548. OLE color: 16726548.
HSL color Cylindrical-coordinate representation of color #143AFF: hue angle of 230.3º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143AFF is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 58 | 255 | - |
| CMYK | 0.92 | 0.77 | 0 | 0 |
| HSL | 230.3º | 1% | 0.54% | - |
| HSV(B) | 230.3º | 0.92% | 1% | - |
| XYZ | 19.85 | 10.39 | 95.57 | - |
| YUV | 69.1 | 232.91 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 255 | 0.92 | 0.77 | 0 | 0 | 230.3 | 1 | 0.54 |
| Hex | 14 | 3A | FF | 5C | 4D | 0 | 0 | E6 | 64 | 36 |
| Octal | 24 | 72 | 377 | 134 | 115 | 0 | 0 | 346 | 144 | 66 |
| Binary | 10100 | 111010 | 11111111 | 1011100 | 1001101 | 0 | 0 | 11100110 | 1100100 | 110110 |
Color Harmonies of #143AFF
Complementary color
Monochromatic Colors of #143AFF
Black with #143AFF
Text Example
Text Example
White with #143AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AFF; }
p { color: rgb(20,58,255); }
H1.HeaderClassName
{
color: #143AFF;
}
.AnyTagClassName
{
color: #143AFF;
}
</style>
background-color css
<style>
a { background-color: #143AFF; }
a { background-color: rgb(20,58,255); }
div.DivClassName
{
background-color: #143AFF;
}
.BgClassName
{
background-color: #143AFF;
}
</style>
border-color css
<style>
span { border-color: #143AFF; }
span { border-color: rgb(20,58,255); }
td.TdClassName
{
border-color: #143AFF;
}
.TagClassName
{
border-color: #143AFF;
}
</style>