Shades of Neon Blue #133BFE
Tints of Neon Blue #133BFE
RGB
CMYK
RGB Variations
Color information
#133BFE (or 0x133BFE) is known color: Neon Blue. HEX triplet: 13, 3B and FE. RGB value is (19,59,254). Sum of RGB (Red+Green+Blue) = 19+59+254=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #133BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133BFE is #ECC401. Grayscale: #444444. Windows color (decimal): -15516674 or 16661267. OLE color: 16661267.
HSL color Cylindrical-coordinate representation of color #133BFE: hue angle of 229.79º 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 #133BFE is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 59 | 254 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.00 |
| HSL | 229.79º | 0.99% | 0.54% | - |
| HSV(B) | 229.79º | 0.93% | 1% | - |
| XYZ | 19.72 | 10.42 | 94.74 | - |
| YUV | 69.27 | 232.25 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 254 | 0.93 | 0.77 | 0 | 0.00 | 229.79 | 0.99 | 0.54 |
| Hex | 13 | 3B | FE | 5D | 4D | 0 | 0 | E6 | 63 | 36 |
| Octal | 23 | 73 | 376 | 135 | 115 | 0 | 0 | 346 | 143 | 66 |
| Binary | 10011 | 111011 | 11111110 | 1011101 | 1001101 | 0 | 0 | 11100110 | 1100011 | 110110 |
Color Harmonies of #133BFE
Complementary color
Monochromatic Colors of #133BFE
Black with #133BFE
Text Example
Text Example
White with #133BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BFE; }
p { color: rgb(19,59,254); }
H1.HeaderClassName
{
color: #133BFE;
}
.AnyTagClassName
{
color: #133BFE;
}
</style>
background-color css
<style>
a { background-color: #133BFE; }
a { background-color: rgb(19,59,254); }
div.DivClassName
{
background-color: #133BFE;
}
.BgClassName
{
background-color: #133BFE;
}
</style>
border-color css
<style>
span { border-color: #133BFE; }
span { border-color: rgb(19,59,254); }
td.TdClassName
{
border-color: #133BFE;
}
.TagClassName
{
border-color: #133BFE;
}
</style>