Shades of Neon Blue #2B51FF
Tints of Neon Blue #2B51FF
RGB
CMYK
RGB Variations
Color information
#2B51FF (or 0x2B51FF) is known color: Neon Blue. HEX triplet: 2B, 51 and FF. RGB value is (43,81,255). Sum of RGB (Red+Green+Blue) = 43+81+255=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B51FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B51FF is #D4AE00. Grayscale: #585858. Windows color (decimal): -13938177 or 16732459. OLE color: 16732459.
HSL color Cylindrical-coordinate representation of color #2B51FF: hue angle of 229.25º 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 #2B51FF is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 81 | 255 | - |
| CMYK | 0.83 | 0.68 | 0 | 0 |
| HSL | 229.25º | 1% | 0.58% | - |
| HSV(B) | 229.25º | 0.83% | 1% | - |
| XYZ | 21.99 | 13.62 | 96.08 | - |
| YUV | 89.47 | 221.41 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 255 | 0.83 | 0.68 | 0 | 0 | 229.25 | 1 | 0.58 |
| Hex | 2B | 51 | FF | 53 | 44 | 0 | 0 | E5 | 64 | 3A |
| Octal | 53 | 121 | 377 | 123 | 104 | 0 | 0 | 345 | 144 | 72 |
| Binary | 101011 | 1010001 | 11111111 | 1010011 | 1000100 | 0 | 0 | 11100101 | 1100100 | 111010 |
Color Harmonies of #2B51FF
Complementary color
Monochromatic Colors of #2B51FF
Black with #2B51FF
Text Example
Text Example
White with #2B51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B51FF; }
p { color: rgb(43,81,255); }
H1.HeaderClassName
{
color: #2B51FF;
}
.AnyTagClassName
{
color: #2B51FF;
}
</style>
background-color css
<style>
a { background-color: #2B51FF; }
a { background-color: rgb(43,81,255); }
div.DivClassName
{
background-color: #2B51FF;
}
.BgClassName
{
background-color: #2B51FF;
}
</style>
border-color css
<style>
span { border-color: #2B51FF; }
span { border-color: rgb(43,81,255); }
td.TdClassName
{
border-color: #2B51FF;
}
.TagClassName
{
border-color: #2B51FF;
}
</style>