Shades of Neon Blue #143BFD
Tints of Neon Blue #143BFD
RGB
CMYK
RGB Variations
Color information
#143BFD (or 0x143BFD) is known color: Neon Blue. HEX triplet: 14, 3B and FD. RGB value is (20,59,253). Sum of RGB (Red+Green+Blue) = 20+59+253=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #143BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143BFD is #EBC402. Grayscale: #444444. Windows color (decimal): -15451139 or 16595732. OLE color: 16595732.
HSL color Cylindrical-coordinate representation of color #143BFD: hue angle of 229.96º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143BFD is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 59 | 253 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.01 |
| HSL | 229.96º | 0.98% | 0.54% | - |
| HSV(B) | 229.96º | 0.92% | 0.99% | - |
| XYZ | 19.58 | 10.37 | 93.9 | - |
| YUV | 69.46 | 231.58 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 253 | 0.92 | 0.77 | 0 | 0.01 | 229.96 | 0.98 | 0.54 |
| Hex | 14 | 3B | FD | 5C | 4D | 0 | 1 | E6 | 62 | 36 |
| Octal | 24 | 73 | 375 | 134 | 115 | 0 | 1 | 346 | 142 | 66 |
| Binary | 10100 | 111011 | 11111101 | 1011100 | 1001101 | 0 | 1 | 11100110 | 1100010 | 110110 |
Color Harmonies of #143BFD
Complementary color
Monochromatic Colors of #143BFD
Black with #143BFD
Text Example
Text Example
White with #143BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BFD; }
p { color: rgb(20,59,253); }
H1.HeaderClassName
{
color: #143BFD;
}
.AnyTagClassName
{
color: #143BFD;
}
</style>
background-color css
<style>
a { background-color: #143BFD; }
a { background-color: rgb(20,59,253); }
div.DivClassName
{
background-color: #143BFD;
}
.BgClassName
{
background-color: #143BFD;
}
</style>
border-color css
<style>
span { border-color: #143BFD; }
span { border-color: rgb(20,59,253); }
td.TdClassName
{
border-color: #143BFD;
}
.TagClassName
{
border-color: #143BFD;
}
</style>