Shades of Neon Blue #143CFA
Tints of Neon Blue #143CFA
RGB
CMYK
RGB Variations
Color information
#143CFA (or 0x143CFA) is known color: Neon Blue. HEX triplet: 14, 3C and FA. RGB value is (20,60,250). Sum of RGB (Red+Green+Blue) = 20+60+250=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #143CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143CFA is #EBC305. Grayscale: #444444. Windows color (decimal): -15450886 or 16399380. OLE color: 16399380.
HSL color Cylindrical-coordinate representation of color #143CFA: hue angle of 229.57º degrees, saturation: 0.96, 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 #143CFA is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 60 | 250 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.02 |
| HSL | 229.57º | 0.96% | 0.53% | - |
| HSV(B) | 229.57º | 0.92% | 0.98% | - |
| XYZ | 19.16 | 10.28 | 91.42 | - |
| YUV | 69.7 | 229.75 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 250 | 0.92 | 0.76 | 0 | 0.02 | 229.57 | 0.96 | 0.53 |
| Hex | 14 | 3C | FA | 5C | 4C | 0 | 2 | E6 | 60 | 35 |
| Octal | 24 | 74 | 372 | 134 | 114 | 0 | 2 | 346 | 140 | 65 |
| Binary | 10100 | 111100 | 11111010 | 1011100 | 1001100 | 0 | 10 | 11100110 | 1100000 | 110101 |
Color Harmonies of #143CFA
Complementary color
Monochromatic Colors of #143CFA
Black with #143CFA
Text Example
Text Example
White with #143CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CFA; }
p { color: rgb(20,60,250); }
H1.HeaderClassName
{
color: #143CFA;
}
.AnyTagClassName
{
color: #143CFA;
}
</style>
background-color css
<style>
a { background-color: #143CFA; }
a { background-color: rgb(20,60,250); }
div.DivClassName
{
background-color: #143CFA;
}
.BgClassName
{
background-color: #143CFA;
}
</style>
border-color css
<style>
span { border-color: #143CFA; }
span { border-color: rgb(20,60,250); }
td.TdClassName
{
border-color: #143CFA;
}
.TagClassName
{
border-color: #143CFA;
}
</style>