Shades of Neon Blue #133CFF
Tints of Neon Blue #133CFF
RGB
CMYK
RGB Variations
Color information
#133CFF (or 0x133CFF) is known color: Neon Blue. HEX triplet: 13, 3C and FF. RGB value is (19,60,255). Sum of RGB (Red+Green+Blue) = 19+60+255=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #133CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133CFF is #ECC300. Grayscale: #454545. Windows color (decimal): -15516417 or 16727059. OLE color: 16727059.
HSL color Cylindrical-coordinate representation of color #133CFF: hue angle of 229.58º 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 #133CFF is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 60 | 255 | - |
| CMYK | 0.93 | 0.76 | 0 | 0 |
| HSL | 229.58º | 1% | 0.54% | - |
| HSV(B) | 229.58º | 0.93% | 1% | - |
| XYZ | 19.93 | 10.59 | 95.6 | - |
| YUV | 69.97 | 232.42 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 255 | 0.93 | 0.76 | 0 | 0 | 229.58 | 1 | 0.54 |
| Hex | 13 | 3C | FF | 5D | 4C | 0 | 0 | E6 | 64 | 36 |
| Octal | 23 | 74 | 377 | 135 | 114 | 0 | 0 | 346 | 144 | 66 |
| Binary | 10011 | 111100 | 11111111 | 1011101 | 1001100 | 0 | 0 | 11100110 | 1100100 | 110110 |
Color Harmonies of #133CFF
Complementary color
Monochromatic Colors of #133CFF
Black with #133CFF
Text Example
Text Example
White with #133CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CFF; }
p { color: rgb(19,60,255); }
H1.HeaderClassName
{
color: #133CFF;
}
.AnyTagClassName
{
color: #133CFF;
}
</style>
background-color css
<style>
a { background-color: #133CFF; }
a { background-color: rgb(19,60,255); }
div.DivClassName
{
background-color: #133CFF;
}
.BgClassName
{
background-color: #133CFF;
}
</style>
border-color css
<style>
span { border-color: #133CFF; }
span { border-color: rgb(19,60,255); }
td.TdClassName
{
border-color: #133CFF;
}
.TagClassName
{
border-color: #133CFF;
}
</style>