Shades of Neon Blue #143BFF
Tints of Neon Blue #143BFF
RGB
CMYK
RGB Variations
Color information
#143BFF (or 0x143BFF) is known color: Neon Blue. HEX triplet: 14, 3B and FF. RGB value is (20,59,255). Sum of RGB (Red+Green+Blue) = 20+59+255=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #143BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143BFF is #EBC400. Grayscale: #444444. Windows color (decimal): -15451137 or 16726804. OLE color: 16726804.
HSL color Cylindrical-coordinate representation of color #143BFF: hue angle of 230.04º 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 #143BFF is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 59 | 255 | - |
| CMYK | 0.92 | 0.77 | 0 | 0 |
| HSL | 230.04º | 1% | 0.54% | - |
| HSV(B) | 230.04º | 0.92% | 1% | - |
| XYZ | 19.9 | 10.5 | 95.58 | - |
| YUV | 69.68 | 232.58 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 255 | 0.92 | 0.77 | 0 | 0 | 230.04 | 1 | 0.54 |
| Hex | 14 | 3B | FF | 5C | 4D | 0 | 0 | E6 | 64 | 36 |
| Octal | 24 | 73 | 377 | 134 | 115 | 0 | 0 | 346 | 144 | 66 |
| Binary | 10100 | 111011 | 11111111 | 1011100 | 1001101 | 0 | 0 | 11100110 | 1100100 | 110110 |
Color Harmonies of #143BFF
Complementary color
Monochromatic Colors of #143BFF
Black with #143BFF
Text Example
Text Example
White with #143BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BFF; }
p { color: rgb(20,59,255); }
H1.HeaderClassName
{
color: #143BFF;
}
.AnyTagClassName
{
color: #143BFF;
}
</style>
background-color css
<style>
a { background-color: #143BFF; }
a { background-color: rgb(20,59,255); }
div.DivClassName
{
background-color: #143BFF;
}
.BgClassName
{
background-color: #143BFF;
}
</style>
border-color css
<style>
span { border-color: #143BFF; }
span { border-color: rgb(20,59,255); }
td.TdClassName
{
border-color: #143BFF;
}
.TagClassName
{
border-color: #143BFF;
}
</style>