Shades of Neon Blue #133BFC
Tints of Neon Blue #133BFC
RGB
CMYK
RGB Variations
Color information
#133BFC (or 0x133BFC) is known color: Neon Blue. HEX triplet: 13, 3B and FC. RGB value is (19,59,252). Sum of RGB (Red+Green+Blue) = 19+59+252=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #133BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133BFC is #ECC403. Grayscale: #444444. Windows color (decimal): -15516676 or 16530195. OLE color: 16530195.
HSL color Cylindrical-coordinate representation of color #133BFC: hue angle of 229.7º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133BFC is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 59 | 252 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.01 |
| HSL | 229.7º | 0.97% | 0.53% | - |
| HSV(B) | 229.7º | 0.92% | 0.99% | - |
| XYZ | 19.4 | 10.29 | 93.06 | - |
| YUV | 69.04 | 231.25 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 252 | 0.92 | 0.77 | 0 | 0.01 | 229.7 | 0.97 | 0.53 |
| Hex | 13 | 3B | FC | 5C | 4D | 0 | 1 | E6 | 61 | 35 |
| Octal | 23 | 73 | 374 | 134 | 115 | 0 | 1 | 346 | 141 | 65 |
| Binary | 10011 | 111011 | 11111100 | 1011100 | 1001101 | 0 | 1 | 11100110 | 1100001 | 110101 |
Color Harmonies of #133BFC
Complementary color
Monochromatic Colors of #133BFC
Black with #133BFC
Text Example
Text Example
White with #133BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BFC; }
p { color: rgb(19,59,252); }
H1.HeaderClassName
{
color: #133BFC;
}
.AnyTagClassName
{
color: #133BFC;
}
</style>
background-color css
<style>
a { background-color: #133BFC; }
a { background-color: rgb(19,59,252); }
div.DivClassName
{
background-color: #133BFC;
}
.BgClassName
{
background-color: #133BFC;
}
</style>
border-color css
<style>
span { border-color: #133BFC; }
span { border-color: rgb(19,59,252); }
td.TdClassName
{
border-color: #133BFC;
}
.TagClassName
{
border-color: #133BFC;
}
</style>