Shades of Neon Blue #2B4BFA
Tints of Neon Blue #2B4BFA
RGB
CMYK
RGB Variations
Color information
#2B4BFA (or 0x2B4BFA) is known color: Neon Blue. HEX triplet: 2B, 4B and FA. RGB value is (43,75,250). Sum of RGB (Red+Green+Blue) = 43+75+250=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B4BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B4BFA is #D4B405. Grayscale: #545454. Windows color (decimal): -13939718 or 16403243. OLE color: 16403243.
HSL color Cylindrical-coordinate representation of color #2B4BFA: hue angle of 230.72º 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 #2B4BFA is Cyan = 0.83, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 75 | 250 | - |
| CMYK | 0.83 | 0.7 | 0 | 0.02 |
| HSL | 230.72º | 0.95% | 0.57% | - |
| HSV(B) | 230.72º | 0.83% | 0.98% | - |
| XYZ | 20.77 | 12.45 | 91.75 | - |
| YUV | 85.38 | 220.9 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 250 | 0.83 | 0.7 | 0 | 0.02 | 230.72 | 0.95 | 0.57 |
| Hex | 2B | 4B | FA | 53 | 46 | 0 | 2 | E7 | 5F | 39 |
| Octal | 53 | 113 | 372 | 123 | 106 | 0 | 2 | 347 | 137 | 71 |
| Binary | 101011 | 1001011 | 11111010 | 1010011 | 1000110 | 0 | 10 | 11100111 | 1011111 | 111001 |
Color Harmonies of #2B4BFA
Complementary color
Monochromatic Colors of #2B4BFA
Black with #2B4BFA
Text Example
Text Example
White with #2B4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4BFA; }
p { color: rgb(43,75,250); }
H1.HeaderClassName
{
color: #2B4BFA;
}
.AnyTagClassName
{
color: #2B4BFA;
}
</style>
background-color css
<style>
a { background-color: #2B4BFA; }
a { background-color: rgb(43,75,250); }
div.DivClassName
{
background-color: #2B4BFA;
}
.BgClassName
{
background-color: #2B4BFA;
}
</style>
border-color css
<style>
span { border-color: #2B4BFA; }
span { border-color: rgb(43,75,250); }
td.TdClassName
{
border-color: #2B4BFA;
}
.TagClassName
{
border-color: #2B4BFA;
}
</style>