Shades of Neon Blue #1441FD
Tints of Neon Blue #1441FD
RGB
CMYK
RGB Variations
Color information
#1441FD (or 0x1441FD) is known color: Neon Blue. HEX triplet: 14, 41 and FD. RGB value is (20,65,253). Sum of RGB (Red+Green+Blue) = 20+65+253=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #1441FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1441FD is #EBBE02. Grayscale: #484848. Windows color (decimal): -15449603 or 16597268. OLE color: 16597268.
HSL color Cylindrical-coordinate representation of color #1441FD: hue angle of 228.41º 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 #1441FD is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 65 | 253 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.01 |
| HSL | 228.41º | 0.98% | 0.54% | - |
| HSV(B) | 228.41º | 0.92% | 0.99% | - |
| XYZ | 19.91 | 11.02 | 94.01 | - |
| YUV | 72.98 | 229.59 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 253 | 0.92 | 0.74 | 0 | 0.01 | 228.41 | 0.98 | 0.54 |
| Hex | 14 | 41 | FD | 5C | 4A | 0 | 1 | E4 | 62 | 36 |
| Octal | 24 | 101 | 375 | 134 | 112 | 0 | 1 | 344 | 142 | 66 |
| Binary | 10100 | 1000001 | 11111101 | 1011100 | 1001010 | 0 | 1 | 11100100 | 1100010 | 110110 |
Color Harmonies of #1441FD
Complementary color
Monochromatic Colors of #1441FD
Black with #1441FD
Text Example
Text Example
White with #1441FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1441FD; }
p { color: rgb(20,65,253); }
H1.HeaderClassName
{
color: #1441FD;
}
.AnyTagClassName
{
color: #1441FD;
}
</style>
background-color css
<style>
a { background-color: #1441FD; }
a { background-color: rgb(20,65,253); }
div.DivClassName
{
background-color: #1441FD;
}
.BgClassName
{
background-color: #1441FD;
}
</style>
border-color css
<style>
span { border-color: #1441FD; }
span { border-color: rgb(20,65,253); }
td.TdClassName
{
border-color: #1441FD;
}
.TagClassName
{
border-color: #1441FD;
}
</style>