Shades of Neon Blue #143CF9
Tints of Neon Blue #143CF9
RGB
CMYK
RGB Variations
Color information
#143CF9 (or 0x143CF9) is known color: Neon Blue. HEX triplet: 14, 3C and F9. RGB value is (20,60,249). Sum of RGB (Red+Green+Blue) = 20+60+249=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #143CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143CF9 is #EBC306. Grayscale: #444444. Windows color (decimal): -15450887 or 16333844. OLE color: 16333844.
HSL color Cylindrical-coordinate representation of color #143CF9: hue angle of 229.52º degrees, saturation: 0.95, 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 #143CF9 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 60 | 249 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.02 |
| HSL | 229.52º | 0.95% | 0.53% | - |
| HSV(B) | 229.52º | 0.92% | 0.98% | - |
| XYZ | 19 | 10.22 | 90.59 | - |
| YUV | 69.59 | 229.25 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 249 | 0.92 | 0.76 | 0 | 0.02 | 229.52 | 0.95 | 0.53 |
| Hex | 14 | 3C | F9 | 5C | 4C | 0 | 2 | E6 | 5F | 35 |
| Octal | 24 | 74 | 371 | 134 | 114 | 0 | 2 | 346 | 137 | 65 |
| Binary | 10100 | 111100 | 11111001 | 1011100 | 1001100 | 0 | 10 | 11100110 | 1011111 | 110101 |
Color Harmonies of #143CF9
Complementary color
Monochromatic Colors of #143CF9
Black with #143CF9
Text Example
Text Example
White with #143CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CF9; }
p { color: rgb(20,60,249); }
H1.HeaderClassName
{
color: #143CF9;
}
.AnyTagClassName
{
color: #143CF9;
}
</style>
background-color css
<style>
a { background-color: #143CF9; }
a { background-color: rgb(20,60,249); }
div.DivClassName
{
background-color: #143CF9;
}
.BgClassName
{
background-color: #143CF9;
}
</style>
border-color css
<style>
span { border-color: #143CF9; }
span { border-color: rgb(20,60,249); }
td.TdClassName
{
border-color: #143CF9;
}
.TagClassName
{
border-color: #143CF9;
}
</style>