Shades of Neon Blue #2B49FA
Tints of Neon Blue #2B49FA
RGB
CMYK
RGB Variations
Color information
#2B49FA (or 0x2B49FA) is known color: Neon Blue. HEX triplet: 2B, 49 and FA. RGB value is (43,73,250). Sum of RGB (Red+Green+Blue) = 43+73+250=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B49FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B49FA is #D4B605. Grayscale: #535353. Windows color (decimal): -13940230 or 16402731. OLE color: 16402731.
HSL color Cylindrical-coordinate representation of color #2B49FA: hue angle of 231.3º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B49FA is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 73 | 250 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.02 |
| HSL | 231.3º | 0.95% | 0.57% | - |
| HSV(B) | 231.3º | 0.83% | 0.98% | - |
| XYZ | 20.63 | 12.18 | 91.71 | - |
| YUV | 84.21 | 221.56 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 250 | 0.83 | 0.71 | 0 | 0.02 | 231.3 | 0.95 | 0.57 |
| Hex | 2B | 49 | FA | 53 | 47 | 0 | 2 | E7 | 5F | 39 |
| Octal | 53 | 111 | 372 | 123 | 107 | 0 | 2 | 347 | 137 | 71 |
| Binary | 101011 | 1001001 | 11111010 | 1010011 | 1000111 | 0 | 10 | 11100111 | 1011111 | 111001 |
Color Harmonies of #2B49FA
Complementary color
Monochromatic Colors of #2B49FA
Black with #2B49FA
Text Example
Text Example
White with #2B49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B49FA; }
p { color: rgb(43,73,250); }
H1.HeaderClassName
{
color: #2B49FA;
}
.AnyTagClassName
{
color: #2B49FA;
}
</style>
background-color css
<style>
a { background-color: #2B49FA; }
a { background-color: rgb(43,73,250); }
div.DivClassName
{
background-color: #2B49FA;
}
.BgClassName
{
background-color: #2B49FA;
}
</style>
border-color css
<style>
span { border-color: #2B49FA; }
span { border-color: rgb(43,73,250); }
td.TdClassName
{
border-color: #2B49FA;
}
.TagClassName
{
border-color: #2B49FA;
}
</style>