Shades of Neon Blue #2B58FF
Tints of Neon Blue #2B58FF
RGB
CMYK
RGB Variations
Color information
#2B58FF (or 0x2B58FF) is known color: Neon Blue. HEX triplet: 2B, 58 and FF. RGB value is (43,88,255). Sum of RGB (Red+Green+Blue) = 43+88+255=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B58FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B58FF is #D4A700. Grayscale: #5C5C5C. Windows color (decimal): -13936385 or 16734251. OLE color: 16734251.
HSL color Cylindrical-coordinate representation of color #2B58FF: hue angle of 227.26º 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 #2B58FF is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 88 | 255 | - |
| CMYK | 0.83 | 0.65 | 0 | 0 |
| HSL | 227.26º | 1% | 0.58% | - |
| HSV(B) | 227.26º | 0.83% | 1% | - |
| XYZ | 22.54 | 14.71 | 96.26 | - |
| YUV | 93.58 | 219.09 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 255 | 0.83 | 0.65 | 0 | 0 | 227.26 | 1 | 0.58 |
| Hex | 2B | 58 | FF | 53 | 41 | 0 | 0 | E3 | 64 | 3A |
| Octal | 53 | 130 | 377 | 123 | 101 | 0 | 0 | 343 | 144 | 72 |
| Binary | 101011 | 1011000 | 11111111 | 1010011 | 1000001 | 0 | 0 | 11100011 | 1100100 | 111010 |
Color Harmonies of #2B58FF
Complementary color
Monochromatic Colors of #2B58FF
Black with #2B58FF
Text Example
Text Example
White with #2B58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B58FF; }
p { color: rgb(43,88,255); }
H1.HeaderClassName
{
color: #2B58FF;
}
.AnyTagClassName
{
color: #2B58FF;
}
</style>
background-color css
<style>
a { background-color: #2B58FF; }
a { background-color: rgb(43,88,255); }
div.DivClassName
{
background-color: #2B58FF;
}
.BgClassName
{
background-color: #2B58FF;
}
</style>
border-color css
<style>
span { border-color: #2B58FF; }
span { border-color: rgb(43,88,255); }
td.TdClassName
{
border-color: #2B58FF;
}
.TagClassName
{
border-color: #2B58FF;
}
</style>