Shades of Neon Blue #143DFE
Tints of Neon Blue #143DFE
RGB
CMYK
RGB Variations
Color information
#143DFE (or 0x143DFE) is known color: Neon Blue. HEX triplet: 14, 3D and FE. RGB value is (20,61,254). Sum of RGB (Red+Green+Blue) = 20+61+254=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #143DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143DFE is #EBC201. Grayscale: #454545. Windows color (decimal): -15450626 or 16661780. OLE color: 16661780.
HSL color Cylindrical-coordinate representation of color #143DFE: hue angle of 229.49º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143DFE is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 61 | 254 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.00 |
| HSL | 229.49º | 0.99% | 0.54% | - |
| HSV(B) | 229.49º | 0.92% | 1% | - |
| XYZ | 19.85 | 10.64 | 94.77 | - |
| YUV | 70.74 | 231.42 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 254 | 0.92 | 0.76 | 0 | 0.00 | 229.49 | 0.99 | 0.54 |
| Hex | 14 | 3D | FE | 5C | 4C | 0 | 0 | E5 | 63 | 36 |
| Octal | 24 | 75 | 376 | 134 | 114 | 0 | 0 | 345 | 143 | 66 |
| Binary | 10100 | 111101 | 11111110 | 1011100 | 1001100 | 0 | 0 | 11100101 | 1100011 | 110110 |
Color Harmonies of #143DFE
Complementary color
Monochromatic Colors of #143DFE
Black with #143DFE
Text Example
Text Example
White with #143DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DFE; }
p { color: rgb(20,61,254); }
H1.HeaderClassName
{
color: #143DFE;
}
.AnyTagClassName
{
color: #143DFE;
}
</style>
background-color css
<style>
a { background-color: #143DFE; }
a { background-color: rgb(20,61,254); }
div.DivClassName
{
background-color: #143DFE;
}
.BgClassName
{
background-color: #143DFE;
}
</style>
border-color css
<style>
span { border-color: #143DFE; }
span { border-color: rgb(20,61,254); }
td.TdClassName
{
border-color: #143DFE;
}
.TagClassName
{
border-color: #143DFE;
}
</style>