Shades of Neon Blue #2B4BFF
Tints of Neon Blue #2B4BFF
RGB
CMYK
RGB Variations
Color information
#2B4BFF (or 0x2B4BFF) is known color: Neon Blue. HEX triplet: 2B, 4B and FF. RGB value is (43,75,255). Sum of RGB (Red+Green+Blue) = 43+75+255=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B4BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B4BFF is #D4B400. Grayscale: #555555. Windows color (decimal): -13939713 or 16730923. OLE color: 16730923.
HSL color Cylindrical-coordinate representation of color #2B4BFF: hue angle of 230.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B4BFF is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 75 | 255 | - |
| CMYK | 0.83 | 0.71 | 0 | 0 |
| HSL | 230.94º | 1% | 0.58% | - |
| HSV(B) | 230.94º | 0.83% | 1% | - |
| XYZ | 21.56 | 12.77 | 95.94 | - |
| YUV | 85.95 | 223.4 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 255 | 0.83 | 0.71 | 0 | 0 | 230.94 | 1 | 0.58 |
| Hex | 2B | 4B | FF | 53 | 47 | 0 | 0 | E7 | 64 | 3A |
| Octal | 53 | 113 | 377 | 123 | 107 | 0 | 0 | 347 | 144 | 72 |
| Binary | 101011 | 1001011 | 11111111 | 1010011 | 1000111 | 0 | 0 | 11100111 | 1100100 | 111010 |
Color Harmonies of #2B4BFF
Complementary color
Monochromatic Colors of #2B4BFF
Black with #2B4BFF
Text Example
Text Example
White with #2B4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4BFF; }
p { color: rgb(43,75,255); }
H1.HeaderClassName
{
color: #2B4BFF;
}
.AnyTagClassName
{
color: #2B4BFF;
}
</style>
background-color css
<style>
a { background-color: #2B4BFF; }
a { background-color: rgb(43,75,255); }
div.DivClassName
{
background-color: #2B4BFF;
}
.BgClassName
{
background-color: #2B4BFF;
}
</style>
border-color css
<style>
span { border-color: #2B4BFF; }
span { border-color: rgb(43,75,255); }
td.TdClassName
{
border-color: #2B4BFF;
}
.TagClassName
{
border-color: #2B4BFF;
}
</style>