Shades of Neon Blue #133CFE
Tints of Neon Blue #133CFE
RGB
CMYK
RGB Variations
Color information
#133CFE (or 0x133CFE) is known color: Neon Blue. HEX triplet: 13, 3C and FE. RGB value is (19,60,254). Sum of RGB (Red+Green+Blue) = 19+60+254=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #133CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133CFE is #ECC301. Grayscale: #454545. Windows color (decimal): -15516418 or 16661523. OLE color: 16661523.
HSL color Cylindrical-coordinate representation of color #133CFE: hue angle of 229.53º 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 #133CFE is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 60 | 254 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.00 |
| HSL | 229.53º | 0.99% | 0.54% | - |
| HSV(B) | 229.53º | 0.93% | 1% | - |
| XYZ | 19.77 | 10.53 | 94.76 | - |
| YUV | 69.86 | 231.92 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 254 | 0.93 | 0.76 | 0 | 0.00 | 229.53 | 0.99 | 0.54 |
| Hex | 13 | 3C | FE | 5D | 4C | 0 | 0 | E6 | 63 | 36 |
| Octal | 23 | 74 | 376 | 135 | 114 | 0 | 0 | 346 | 143 | 66 |
| Binary | 10011 | 111100 | 11111110 | 1011101 | 1001100 | 0 | 0 | 11100110 | 1100011 | 110110 |
Color Harmonies of #133CFE
Complementary color
Monochromatic Colors of #133CFE
Black with #133CFE
Text Example
Text Example
White with #133CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CFE; }
p { color: rgb(19,60,254); }
H1.HeaderClassName
{
color: #133CFE;
}
.AnyTagClassName
{
color: #133CFE;
}
</style>
background-color css
<style>
a { background-color: #133CFE; }
a { background-color: rgb(19,60,254); }
div.DivClassName
{
background-color: #133CFE;
}
.BgClassName
{
background-color: #133CFE;
}
</style>
border-color css
<style>
span { border-color: #133CFE; }
span { border-color: rgb(19,60,254); }
td.TdClassName
{
border-color: #133CFE;
}
.TagClassName
{
border-color: #133CFE;
}
</style>