Shades of Neon Blue #2B2DFA
Tints of Neon Blue #2B2DFA
RGB
CMYK
RGB Variations
Color information
#2B2DFA (or 0x2B2DFA) is known color: Neon Blue. HEX triplet: 2B, 2D and FA. RGB value is (43,45,250). Sum of RGB (Red+Green+Blue) = 43+45+250=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B2DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B2DFA is #D4D205. Grayscale: #424242. Windows color (decimal): -13947398 or 16395563. OLE color: 16395563.
HSL color Cylindrical-coordinate representation of color #2B2DFA: hue angle of 239.42º 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 #2B2DFA is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 45 | 250 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.02 |
| HSL | 239.42º | 0.95% | 0.57% | - |
| HSV(B) | 239.42º | 0.83% | 0.98% | - |
| XYZ | 19.19 | 9.29 | 91.22 | - |
| YUV | 67.77 | 230.84 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 250 | 0.83 | 0.82 | 0 | 0.02 | 239.42 | 0.95 | 0.57 |
| Hex | 2B | 2D | FA | 53 | 52 | 0 | 2 | EF | 5F | 39 |
| Octal | 53 | 55 | 372 | 123 | 122 | 0 | 2 | 357 | 137 | 71 |
| Binary | 101011 | 101101 | 11111010 | 1010011 | 1010010 | 0 | 10 | 11101111 | 1011111 | 111001 |
Color Harmonies of #2B2DFA
Complementary color
Monochromatic Colors of #2B2DFA
Black with #2B2DFA
Text Example
Text Example
White with #2B2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2DFA; }
p { color: rgb(43,45,250); }
H1.HeaderClassName
{
color: #2B2DFA;
}
.AnyTagClassName
{
color: #2B2DFA;
}
</style>
background-color css
<style>
a { background-color: #2B2DFA; }
a { background-color: rgb(43,45,250); }
div.DivClassName
{
background-color: #2B2DFA;
}
.BgClassName
{
background-color: #2B2DFA;
}
</style>
border-color css
<style>
span { border-color: #2B2DFA; }
span { border-color: rgb(43,45,250); }
td.TdClassName
{
border-color: #2B2DFA;
}
.TagClassName
{
border-color: #2B2DFA;
}
</style>