Shades of Neon Blue #2B2FFA
Tints of Neon Blue #2B2FFA
RGB
CMYK
RGB Variations
Color information
#2B2FFA (or 0x2B2FFA) is known color: Neon Blue. HEX triplet: 2B, 2F and FA. RGB value is (43,47,250). Sum of RGB (Red+Green+Blue) = 43+47+250=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B2FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B2FFA is #D4D005. Grayscale: #444444. Windows color (decimal): -13946886 or 16396075. OLE color: 16396075.
HSL color Cylindrical-coordinate representation of color #2B2FFA: hue angle of 238.84º 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 #2B2FFA is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 47 | 250 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.02 |
| HSL | 238.84º | 0.95% | 0.57% | - |
| HSV(B) | 238.84º | 0.83% | 0.98% | - |
| XYZ | 19.27 | 9.45 | 91.25 | - |
| YUV | 68.95 | 230.17 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 250 | 0.83 | 0.81 | 0 | 0.02 | 238.84 | 0.95 | 0.57 |
| Hex | 2B | 2F | FA | 53 | 51 | 0 | 2 | EF | 5F | 39 |
| Octal | 53 | 57 | 372 | 123 | 121 | 0 | 2 | 357 | 137 | 71 |
| Binary | 101011 | 101111 | 11111010 | 1010011 | 1010001 | 0 | 10 | 11101111 | 1011111 | 111001 |
Color Harmonies of #2B2FFA
Complementary color
Monochromatic Colors of #2B2FFA
Black with #2B2FFA
Text Example
Text Example
White with #2B2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2FFA; }
p { color: rgb(43,47,250); }
H1.HeaderClassName
{
color: #2B2FFA;
}
.AnyTagClassName
{
color: #2B2FFA;
}
</style>
background-color css
<style>
a { background-color: #2B2FFA; }
a { background-color: rgb(43,47,250); }
div.DivClassName
{
background-color: #2B2FFA;
}
.BgClassName
{
background-color: #2B2FFA;
}
</style>
border-color css
<style>
span { border-color: #2B2FFA; }
span { border-color: rgb(43,47,250); }
td.TdClassName
{
border-color: #2B2FFA;
}
.TagClassName
{
border-color: #2B2FFA;
}
</style>