Shades of Neon Blue #143BFE
Tints of Neon Blue #143BFE
RGB
CMYK
RGB Variations
Color information
#143BFE (or 0x143BFE) is known color: Neon Blue. HEX triplet: 14, 3B and FE. RGB value is (20,59,254). Sum of RGB (Red+Green+Blue) = 20+59+254=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #143BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143BFE is #EBC401. Grayscale: #444444. Windows color (decimal): -15451138 or 16661268. OLE color: 16661268.
HSL color Cylindrical-coordinate representation of color #143BFE: hue angle of 230º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143BFE is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 59 | 254 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.00 |
| HSL | 230º | 0.99% | 0.54% | - |
| HSV(B) | 230º | 0.92% | 1% | - |
| XYZ | 19.74 | 10.43 | 94.74 | - |
| YUV | 69.57 | 232.08 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 254 | 0.92 | 0.77 | 0 | 0.00 | 230 | 0.99 | 0.54 |
| Hex | 14 | 3B | FE | 5C | 4D | 0 | 0 | E6 | 63 | 36 |
| Octal | 24 | 73 | 376 | 134 | 115 | 0 | 0 | 346 | 143 | 66 |
| Binary | 10100 | 111011 | 11111110 | 1011100 | 1001101 | 0 | 0 | 11100110 | 1100011 | 110110 |
Color Harmonies of #143BFE
Complementary color
Monochromatic Colors of #143BFE
Black with #143BFE
Text Example
Text Example
White with #143BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BFE; }
p { color: rgb(20,59,254); }
H1.HeaderClassName
{
color: #143BFE;
}
.AnyTagClassName
{
color: #143BFE;
}
</style>
background-color css
<style>
a { background-color: #143BFE; }
a { background-color: rgb(20,59,254); }
div.DivClassName
{
background-color: #143BFE;
}
.BgClassName
{
background-color: #143BFE;
}
</style>
border-color css
<style>
span { border-color: #143BFE; }
span { border-color: rgb(20,59,254); }
td.TdClassName
{
border-color: #143BFE;
}
.TagClassName
{
border-color: #143BFE;
}
</style>