Shades of Neon Blue #143CFF
Tints of Neon Blue #143CFF
RGB
CMYK
RGB Variations
Color information
#143CFF (or 0x143CFF) is known color: Neon Blue. HEX triplet: 14, 3C and FF. RGB value is (20,60,255). Sum of RGB (Red+Green+Blue) = 20+60+255=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #143CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143CFF is #EBC300. Grayscale: #454545. Windows color (decimal): -15450881 or 16727060. OLE color: 16727060.
HSL color Cylindrical-coordinate representation of color #143CFF: hue angle of 229.79º 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 #143CFF is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 60 | 255 | - |
| CMYK | 0.92 | 0.76 | 0 | 0 |
| HSL | 229.79º | 1% | 0.54% | - |
| HSV(B) | 229.79º | 0.92% | 1% | - |
| XYZ | 19.95 | 10.6 | 95.6 | - |
| YUV | 70.27 | 232.25 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 255 | 0.92 | 0.76 | 0 | 0 | 229.79 | 1 | 0.54 |
| Hex | 14 | 3C | FF | 5C | 4C | 0 | 0 | E6 | 64 | 36 |
| Octal | 24 | 74 | 377 | 134 | 114 | 0 | 0 | 346 | 144 | 66 |
| Binary | 10100 | 111100 | 11111111 | 1011100 | 1001100 | 0 | 0 | 11100110 | 1100100 | 110110 |
Color Harmonies of #143CFF
Complementary color
Monochromatic Colors of #143CFF
Black with #143CFF
Text Example
Text Example
White with #143CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CFF; }
p { color: rgb(20,60,255); }
H1.HeaderClassName
{
color: #143CFF;
}
.AnyTagClassName
{
color: #143CFF;
}
</style>
background-color css
<style>
a { background-color: #143CFF; }
a { background-color: rgb(20,60,255); }
div.DivClassName
{
background-color: #143CFF;
}
.BgClassName
{
background-color: #143CFF;
}
</style>
border-color css
<style>
span { border-color: #143CFF; }
span { border-color: rgb(20,60,255); }
td.TdClassName
{
border-color: #143CFF;
}
.TagClassName
{
border-color: #143CFF;
}
</style>