Shades of Neon Blue #133FFB
Tints of Neon Blue #133FFB
RGB
CMYK
RGB Variations
Color information
#133FFB (or 0x133FFB) is known color: Neon Blue. HEX triplet: 13, 3F and FB. RGB value is (19,63,251). Sum of RGB (Red+Green+Blue) = 19+63+251=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #133FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133FFB is #ECC004. Grayscale: #464646. Windows color (decimal): -15515653 or 16465683. OLE color: 16465683.
HSL color Cylindrical-coordinate representation of color #133FFB: hue angle of 228.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133FFB is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 63 | 251 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.02 |
| HSL | 228.62º | 0.97% | 0.53% | - |
| HSV(B) | 228.62º | 0.92% | 0.98% | - |
| XYZ | 19.46 | 10.66 | 92.3 | - |
| YUV | 71.28 | 229.42 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 251 | 0.92 | 0.75 | 0 | 0.02 | 228.62 | 0.97 | 0.53 |
| Hex | 13 | 3F | FB | 5C | 4B | 0 | 2 | E5 | 61 | 35 |
| Octal | 23 | 77 | 373 | 134 | 113 | 0 | 2 | 345 | 141 | 65 |
| Binary | 10011 | 111111 | 11111011 | 1011100 | 1001011 | 0 | 10 | 11100101 | 1100001 | 110101 |
Color Harmonies of #133FFB
Complementary color
Monochromatic Colors of #133FFB
Black with #133FFB
Text Example
Text Example
White with #133FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FFB; }
p { color: rgb(19,63,251); }
H1.HeaderClassName
{
color: #133FFB;
}
.AnyTagClassName
{
color: #133FFB;
}
</style>
background-color css
<style>
a { background-color: #133FFB; }
a { background-color: rgb(19,63,251); }
div.DivClassName
{
background-color: #133FFB;
}
.BgClassName
{
background-color: #133FFB;
}
</style>
border-color css
<style>
span { border-color: #133FFB; }
span { border-color: rgb(19,63,251); }
td.TdClassName
{
border-color: #133FFB;
}
.TagClassName
{
border-color: #133FFB;
}
</style>