Shades of Neon Blue #143BFA
Tints of Neon Blue #143BFA
RGB
CMYK
RGB Variations
Color information
#143BFA (or 0x143BFA) is known color: Neon Blue. HEX triplet: 14, 3B and FA. RGB value is (20,59,250). Sum of RGB (Red+Green+Blue) = 20+59+250=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #143BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143BFA is #EBC405. Grayscale: #444444. Windows color (decimal): -15451142 or 16399124. OLE color: 16399124.
HSL color Cylindrical-coordinate representation of color #143BFA: hue angle of 229.83º 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 #143BFA is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 59 | 250 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.02 |
| HSL | 229.83º | 0.96% | 0.53% | - |
| HSV(B) | 229.83º | 0.92% | 0.98% | - |
| XYZ | 19.11 | 10.18 | 91.4 | - |
| YUV | 69.11 | 230.08 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 250 | 0.92 | 0.76 | 0 | 0.02 | 229.83 | 0.96 | 0.53 |
| Hex | 14 | 3B | FA | 5C | 4C | 0 | 2 | E6 | 60 | 35 |
| Octal | 24 | 73 | 372 | 134 | 114 | 0 | 2 | 346 | 140 | 65 |
| Binary | 10100 | 111011 | 11111010 | 1011100 | 1001100 | 0 | 10 | 11100110 | 1100000 | 110101 |
Color Harmonies of #143BFA
Complementary color
Monochromatic Colors of #143BFA
Black with #143BFA
Text Example
Text Example
White with #143BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BFA; }
p { color: rgb(20,59,250); }
H1.HeaderClassName
{
color: #143BFA;
}
.AnyTagClassName
{
color: #143BFA;
}
</style>
background-color css
<style>
a { background-color: #143BFA; }
a { background-color: rgb(20,59,250); }
div.DivClassName
{
background-color: #143BFA;
}
.BgClassName
{
background-color: #143BFA;
}
</style>
border-color css
<style>
span { border-color: #143BFA; }
span { border-color: rgb(20,59,250); }
td.TdClassName
{
border-color: #143BFA;
}
.TagClassName
{
border-color: #143BFA;
}
</style>