Shades of Neon Blue #143FFF
Tints of Neon Blue #143FFF
RGB
CMYK
RGB Variations
Color information
#143FFF (or 0x143FFF) is known color: Neon Blue. HEX triplet: 14, 3F and FF. RGB value is (20,63,255). Sum of RGB (Red+Green+Blue) = 20+63+255=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #143FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143FFF is #EBC000. Grayscale: #474747. Windows color (decimal): -15450113 or 16727828. OLE color: 16727828.
HSL color Cylindrical-coordinate representation of color #143FFF: hue angle of 229.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143FFF is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 63 | 255 | - |
| CMYK | 0.92 | 0.75 | 0 | 0 |
| HSL | 229.02º | 1% | 0.54% | - |
| HSV(B) | 229.02º | 0.92% | 1% | - |
| XYZ | 20.12 | 10.92 | 95.66 | - |
| YUV | 72.03 | 231.25 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 255 | 0.92 | 0.75 | 0 | 0 | 229.02 | 1 | 0.54 |
| Hex | 14 | 3F | FF | 5C | 4B | 0 | 0 | E5 | 64 | 36 |
| Octal | 24 | 77 | 377 | 134 | 113 | 0 | 0 | 345 | 144 | 66 |
| Binary | 10100 | 111111 | 11111111 | 1011100 | 1001011 | 0 | 0 | 11100101 | 1100100 | 110110 |
Color Harmonies of #143FFF
Complementary color
Monochromatic Colors of #143FFF
Black with #143FFF
Text Example
Text Example
White with #143FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FFF; }
p { color: rgb(20,63,255); }
H1.HeaderClassName
{
color: #143FFF;
}
.AnyTagClassName
{
color: #143FFF;
}
</style>
background-color css
<style>
a { background-color: #143FFF; }
a { background-color: rgb(20,63,255); }
div.DivClassName
{
background-color: #143FFF;
}
.BgClassName
{
background-color: #143FFF;
}
</style>
border-color css
<style>
span { border-color: #143FFF; }
span { border-color: rgb(20,63,255); }
td.TdClassName
{
border-color: #143FFF;
}
.TagClassName
{
border-color: #143FFF;
}
</style>