Shades of Neon Blue #1448FA
Tints of Neon Blue #1448FA
RGB
CMYK
RGB Variations
Color information
#1448FA (or 0x1448FA) is known color: Neon Blue. HEX triplet: 14, 48 and FA. RGB value is (20,72,250). Sum of RGB (Red+Green+Blue) = 20+72+250=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #1448FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1448FA is #EBB705. Grayscale: #4B4B4B. Windows color (decimal): -15447814 or 16402452. OLE color: 16402452.
HSL color Cylindrical-coordinate representation of color #1448FA: hue angle of 226.43º 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 #1448FA is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 72 | 250 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.02 |
| HSL | 226.43º | 0.96% | 0.53% | - |
| HSV(B) | 226.43º | 0.92% | 0.98% | - |
| XYZ | 19.86 | 11.69 | 91.65 | - |
| YUV | 76.74 | 225.77 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 250 | 0.92 | 0.71 | 0 | 0.02 | 226.43 | 0.96 | 0.53 |
| Hex | 14 | 48 | FA | 5C | 47 | 0 | 2 | E2 | 60 | 35 |
| Octal | 24 | 110 | 372 | 134 | 107 | 0 | 2 | 342 | 140 | 65 |
| Binary | 10100 | 1001000 | 11111010 | 1011100 | 1000111 | 0 | 10 | 11100010 | 1100000 | 110101 |
Color Harmonies of #1448FA
Complementary color
Monochromatic Colors of #1448FA
Black with #1448FA
Text Example
Text Example
White with #1448FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1448FA; }
p { color: rgb(20,72,250); }
H1.HeaderClassName
{
color: #1448FA;
}
.AnyTagClassName
{
color: #1448FA;
}
</style>
background-color css
<style>
a { background-color: #1448FA; }
a { background-color: rgb(20,72,250); }
div.DivClassName
{
background-color: #1448FA;
}
.BgClassName
{
background-color: #1448FA;
}
</style>
border-color css
<style>
span { border-color: #1448FA; }
span { border-color: rgb(20,72,250); }
td.TdClassName
{
border-color: #1448FA;
}
.TagClassName
{
border-color: #1448FA;
}
</style>