Shades of Neon Blue #1348FF
Tints of Neon Blue #1348FF
RGB
CMYK
RGB Variations
Color information
#1348FF (or 0x1348FF) is known color: Neon Blue. HEX triplet: 13, 48 and FF. RGB value is (19,72,255). Sum of RGB (Red+Green+Blue) = 19+72+255=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #1348FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1348FF is #ECB700. Grayscale: #4C4C4C. Windows color (decimal): -15513345 or 16730131. OLE color: 16730131.
HSL color Cylindrical-coordinate representation of color #1348FF: hue angle of 226.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1348FF is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 72 | 255 | - |
| CMYK | 0.93 | 0.72 | 0 | 0 |
| HSL | 226.53º | 1% | 0.54% | - |
| HSV(B) | 226.53º | 0.93% | 1% | - |
| XYZ | 20.64 | 11.99 | 95.84 | - |
| YUV | 77.02 | 228.44 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 255 | 0.93 | 0.72 | 0 | 0 | 226.53 | 1 | 0.54 |
| Hex | 13 | 48 | FF | 5D | 48 | 0 | 0 | E3 | 64 | 36 |
| Octal | 23 | 110 | 377 | 135 | 110 | 0 | 0 | 343 | 144 | 66 |
| Binary | 10011 | 1001000 | 11111111 | 1011101 | 1001000 | 0 | 0 | 11100011 | 1100100 | 110110 |
Color Harmonies of #1348FF
Complementary color
Monochromatic Colors of #1348FF
Black with #1348FF
Text Example
Text Example
White with #1348FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1348FF; }
p { color: rgb(19,72,255); }
H1.HeaderClassName
{
color: #1348FF;
}
.AnyTagClassName
{
color: #1348FF;
}
</style>
background-color css
<style>
a { background-color: #1348FF; }
a { background-color: rgb(19,72,255); }
div.DivClassName
{
background-color: #1348FF;
}
.BgClassName
{
background-color: #1348FF;
}
</style>
border-color css
<style>
span { border-color: #1348FF; }
span { border-color: rgb(19,72,255); }
td.TdClassName
{
border-color: #1348FF;
}
.TagClassName
{
border-color: #1348FF;
}
</style>