Shades of Neon Blue #2B55FF
Tints of Neon Blue #2B55FF
RGB
CMYK
RGB Variations
Color information
#2B55FF (or 0x2B55FF) is known color: Neon Blue. HEX triplet: 2B, 55 and FF. RGB value is (43,85,255). Sum of RGB (Red+Green+Blue) = 43+85+255=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B55FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B55FF is #D4AA00. Grayscale: #5B5B5B. Windows color (decimal): -13937153 or 16733483. OLE color: 16733483.
HSL color Cylindrical-coordinate representation of color #2B55FF: hue angle of 228.11º 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 #2B55FF is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 85 | 255 | - |
| CMYK | 0.83 | 0.67 | 0 | 0 |
| HSL | 228.11º | 1% | 0.58% | - |
| HSV(B) | 228.11º | 0.83% | 1% | - |
| XYZ | 22.29 | 14.23 | 96.18 | - |
| YUV | 91.82 | 220.09 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 255 | 0.83 | 0.67 | 0 | 0 | 228.11 | 1 | 0.58 |
| Hex | 2B | 55 | FF | 53 | 43 | 0 | 0 | E4 | 64 | 3A |
| Octal | 53 | 125 | 377 | 123 | 103 | 0 | 0 | 344 | 144 | 72 |
| Binary | 101011 | 1010101 | 11111111 | 1010011 | 1000011 | 0 | 0 | 11100100 | 1100100 | 111010 |
Color Harmonies of #2B55FF
Complementary color
Monochromatic Colors of #2B55FF
Black with #2B55FF
Text Example
Text Example
White with #2B55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B55FF; }
p { color: rgb(43,85,255); }
H1.HeaderClassName
{
color: #2B55FF;
}
.AnyTagClassName
{
color: #2B55FF;
}
</style>
background-color css
<style>
a { background-color: #2B55FF; }
a { background-color: rgb(43,85,255); }
div.DivClassName
{
background-color: #2B55FF;
}
.BgClassName
{
background-color: #2B55FF;
}
</style>
border-color css
<style>
span { border-color: #2B55FF; }
span { border-color: rgb(43,85,255); }
td.TdClassName
{
border-color: #2B55FF;
}
.TagClassName
{
border-color: #2B55FF;
}
</style>