Shades of Neon Blue #1441FA
Tints of Neon Blue #1441FA
RGB
CMYK
RGB Variations
Color information
#1441FA (or 0x1441FA) is known color: Neon Blue. HEX triplet: 14, 41 and FA. RGB value is (20,65,250). Sum of RGB (Red+Green+Blue) = 20+65+250=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #1441FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1441FA is #EBBE05. Grayscale: #474747. Windows color (decimal): -15449606 or 16400660. OLE color: 16400660.
HSL color Cylindrical-coordinate representation of color #1441FA: hue angle of 228.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1441FA is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 65 | 250 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.02 |
| HSL | 228.26º | 0.96% | 0.53% | - |
| HSV(B) | 228.26º | 0.92% | 0.98% | - |
| XYZ | 19.43 | 10.83 | 91.51 | - |
| YUV | 72.64 | 228.09 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 250 | 0.92 | 0.74 | 0 | 0.02 | 228.26 | 0.96 | 0.53 |
| Hex | 14 | 41 | FA | 5C | 4A | 0 | 2 | E4 | 60 | 35 |
| Octal | 24 | 101 | 372 | 134 | 112 | 0 | 2 | 344 | 140 | 65 |
| Binary | 10100 | 1000001 | 11111010 | 1011100 | 1001010 | 0 | 10 | 11100100 | 1100000 | 110101 |
Color Harmonies of #1441FA
Complementary color
Monochromatic Colors of #1441FA
Black with #1441FA
Text Example
Text Example
White with #1441FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1441FA; }
p { color: rgb(20,65,250); }
H1.HeaderClassName
{
color: #1441FA;
}
.AnyTagClassName
{
color: #1441FA;
}
</style>
background-color css
<style>
a { background-color: #1441FA; }
a { background-color: rgb(20,65,250); }
div.DivClassName
{
background-color: #1441FA;
}
.BgClassName
{
background-color: #1441FA;
}
</style>
border-color css
<style>
span { border-color: #1441FA; }
span { border-color: rgb(20,65,250); }
td.TdClassName
{
border-color: #1441FA;
}
.TagClassName
{
border-color: #1441FA;
}
</style>