Shades of Neon Blue #143DF9
Tints of Neon Blue #143DF9
RGB
CMYK
RGB Variations
Color information
#143DF9 (or 0x143DF9) is known color: Neon Blue. HEX triplet: 14, 3D and F9. RGB value is (20,61,249). Sum of RGB (Red+Green+Blue) = 20+61+249=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 249 (97.66% from 255 or 75.45% from 330); Max value from RGB is 249 - color contains mainly: blue. Hex color #143DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143DF9 is #EBC206. Grayscale: #454545. Windows color (decimal): -15450631 or 16334100. OLE color: 16334100.
HSL color Cylindrical-coordinate representation of color #143DF9: hue angle of 229.26º 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 #143DF9 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 61 | 249 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.02 |
| HSL | 229.26º | 0.95% | 0.53% | - |
| HSV(B) | 229.26º | 0.92% | 0.98% | - |
| XYZ | 19.06 | 10.33 | 90.61 | - |
| YUV | 70.17 | 228.92 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 249 | 0.92 | 0.76 | 0 | 0.02 | 229.26 | 0.95 | 0.53 |
| Hex | 14 | 3D | F9 | 5C | 4C | 0 | 2 | E5 | 5F | 35 |
| Octal | 24 | 75 | 371 | 134 | 114 | 0 | 2 | 345 | 137 | 65 |
| Binary | 10100 | 111101 | 11111001 | 1011100 | 1001100 | 0 | 10 | 11100101 | 1011111 | 110101 |
Color Harmonies of #143DF9
Complementary color
Monochromatic Colors of #143DF9
Black with #143DF9
Text Example
Text Example
White with #143DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DF9; }
p { color: rgb(20,61,249); }
H1.HeaderClassName
{
color: #143DF9;
}
.AnyTagClassName
{
color: #143DF9;
}
</style>
background-color css
<style>
a { background-color: #143DF9; }
a { background-color: rgb(20,61,249); }
div.DivClassName
{
background-color: #143DF9;
}
.BgClassName
{
background-color: #143DF9;
}
</style>
border-color css
<style>
span { border-color: #143DF9; }
span { border-color: rgb(20,61,249); }
td.TdClassName
{
border-color: #143DF9;
}
.TagClassName
{
border-color: #143DF9;
}
</style>