Shades of Neon Blue #1441FC
Tints of Neon Blue #1441FC
RGB
CMYK
RGB Variations
Color information
#1441FC (or 0x1441FC) is known color: Neon Blue. HEX triplet: 14, 41 and FC. RGB value is (20,65,252). Sum of RGB (Red+Green+Blue) = 20+65+252=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #1441FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1441FC is #EBBE03. Grayscale: #484848. Windows color (decimal): -15449604 or 16531732. OLE color: 16531732.
HSL color Cylindrical-coordinate representation of color #1441FC: hue angle of 228.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1441FC is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 65 | 252 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.01 |
| HSL | 228.36º | 0.97% | 0.53% | - |
| HSV(B) | 228.36º | 0.92% | 0.99% | - |
| XYZ | 19.75 | 10.96 | 93.17 | - |
| YUV | 72.86 | 229.09 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 252 | 0.92 | 0.74 | 0 | 0.01 | 228.36 | 0.97 | 0.53 |
| Hex | 14 | 41 | FC | 5C | 4A | 0 | 1 | E4 | 61 | 35 |
| Octal | 24 | 101 | 374 | 134 | 112 | 0 | 1 | 344 | 141 | 65 |
| Binary | 10100 | 1000001 | 11111100 | 1011100 | 1001010 | 0 | 1 | 11100100 | 1100001 | 110101 |
Color Harmonies of #1441FC
Complementary color
Monochromatic Colors of #1441FC
Black with #1441FC
Text Example
Text Example
White with #1441FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1441FC; }
p { color: rgb(20,65,252); }
H1.HeaderClassName
{
color: #1441FC;
}
.AnyTagClassName
{
color: #1441FC;
}
</style>
background-color css
<style>
a { background-color: #1441FC; }
a { background-color: rgb(20,65,252); }
div.DivClassName
{
background-color: #1441FC;
}
.BgClassName
{
background-color: #1441FC;
}
</style>
border-color css
<style>
span { border-color: #1441FC; }
span { border-color: rgb(20,65,252); }
td.TdClassName
{
border-color: #1441FC;
}
.TagClassName
{
border-color: #1441FC;
}
</style>