Shades of Neon Blue #1443FD
Tints of Neon Blue #1443FD
RGB
CMYK
RGB Variations
Color information
#1443FD (or 0x1443FD) is known color: Neon Blue. HEX triplet: 14, 43 and FD. RGB value is (20,67,253). Sum of RGB (Red+Green+Blue) = 20+67+253=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 253 (99.22% from 255 or 74.41% from 340); Max value from RGB is 253 - color contains mainly: blue. Hex color #1443FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1443FD is #EBBC02. Grayscale: #494949. Windows color (decimal): -15449091 or 16597780. OLE color: 16597780.
HSL color Cylindrical-coordinate representation of color #1443FD: hue angle of 227.9º 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 #1443FD is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 67 | 253 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.01 |
| HSL | 227.9º | 0.98% | 0.54% | - |
| HSV(B) | 227.9º | 0.92% | 0.99% | - |
| XYZ | 20.03 | 11.25 | 94.05 | - |
| YUV | 74.15 | 228.93 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 253 | 0.92 | 0.74 | 0 | 0.01 | 227.9 | 0.98 | 0.54 |
| Hex | 14 | 43 | FD | 5C | 4A | 0 | 1 | E4 | 62 | 36 |
| Octal | 24 | 103 | 375 | 134 | 112 | 0 | 1 | 344 | 142 | 66 |
| Binary | 10100 | 1000011 | 11111101 | 1011100 | 1001010 | 0 | 1 | 11100100 | 1100010 | 110110 |
Color Harmonies of #1443FD
Complementary color
Monochromatic Colors of #1443FD
Black with #1443FD
Text Example
Text Example
White with #1443FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1443FD; }
p { color: rgb(20,67,253); }
H1.HeaderClassName
{
color: #1443FD;
}
.AnyTagClassName
{
color: #1443FD;
}
</style>
background-color css
<style>
a { background-color: #1443FD; }
a { background-color: rgb(20,67,253); }
div.DivClassName
{
background-color: #1443FD;
}
.BgClassName
{
background-color: #1443FD;
}
</style>
border-color css
<style>
span { border-color: #1443FD; }
span { border-color: rgb(20,67,253); }
td.TdClassName
{
border-color: #1443FD;
}
.TagClassName
{
border-color: #1443FD;
}
</style>