Shades of Neon Blue #134CFE
Tints of Neon Blue #134CFE
RGB
CMYK
RGB Variations
Color information
#134CFE (or 0x134CFE) is known color: Neon Blue. HEX triplet: 13, 4C and FE. RGB value is (19,76,254). Sum of RGB (Red+Green+Blue) = 19+76+254=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #134CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CFE is #ECB301. Grayscale: #4E4E4E. Windows color (decimal): -15512322 or 16665619. OLE color: 16665619.
HSL color Cylindrical-coordinate representation of color #134CFE: hue angle of 225.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #134CFE is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 76 | 254 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.00 |
| HSL | 225.45º | 0.99% | 0.54% | - |
| HSV(B) | 225.45º | 0.93% | 1% | - |
| XYZ | 20.74 | 12.46 | 95.08 | - |
| YUV | 79.25 | 226.62 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 254 | 0.93 | 0.70 | 0 | 0.00 | 225.45 | 0.99 | 0.54 |
| Hex | 13 | 4C | FE | 5D | 46 | 0 | 0 | E1 | 63 | 36 |
| Octal | 23 | 114 | 376 | 135 | 106 | 0 | 0 | 341 | 143 | 66 |
| Binary | 10011 | 1001100 | 11111110 | 1011101 | 1000110 | 0 | 0 | 11100001 | 1100011 | 110110 |
Color Harmonies of #134CFE
Complementary color
Monochromatic Colors of #134CFE
Black with #134CFE
Text Example
Text Example
White with #134CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CFE; }
p { color: rgb(19,76,254); }
H1.HeaderClassName
{
color: #134CFE;
}
.AnyTagClassName
{
color: #134CFE;
}
</style>
background-color css
<style>
a { background-color: #134CFE; }
a { background-color: rgb(19,76,254); }
div.DivClassName
{
background-color: #134CFE;
}
.BgClassName
{
background-color: #134CFE;
}
</style>
border-color css
<style>
span { border-color: #134CFE; }
span { border-color: rgb(19,76,254); }
td.TdClassName
{
border-color: #134CFE;
}
.TagClassName
{
border-color: #134CFE;
}
</style>