Shades of Neon Blue #2D50FB
Tints of Neon Blue #2D50FB
RGB
CMYK
RGB Variations
Color information
#2D50FB (or 0x2D50FB) is known color: Neon Blue. HEX triplet: 2D, 50 and FB. RGB value is (45,80,251). Sum of RGB (Red+Green+Blue) = 45+80+251=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #2D50FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D50FB is #D2AF04. Grayscale: #585858. Windows color (decimal): -13807365 or 16470061. OLE color: 16470061.
HSL color Cylindrical-coordinate representation of color #2D50FB: hue angle of 229.81º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D50FB is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 80 | 251 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.02 |
| HSL | 229.81º | 0.96% | 0.58% | - |
| HSV(B) | 229.81º | 0.82% | 0.98% | - |
| XYZ | 21.36 | 13.26 | 92.7 | - |
| YUV | 89.03 | 219.4 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 251 | 0.82 | 0.68 | 0 | 0.02 | 229.81 | 0.96 | 0.58 |
| Hex | 2D | 50 | FB | 52 | 44 | 0 | 2 | E6 | 60 | 3A |
| Octal | 55 | 120 | 373 | 122 | 104 | 0 | 2 | 346 | 140 | 72 |
| Binary | 101101 | 1010000 | 11111011 | 1010010 | 1000100 | 0 | 10 | 11100110 | 1100000 | 111010 |
Color Harmonies of #2D50FB
Complementary color
Monochromatic Colors of #2D50FB
Black with #2D50FB
Text Example
Text Example
White with #2D50FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D50FB; }
p { color: rgb(45,80,251); }
H1.HeaderClassName
{
color: #2D50FB;
}
.AnyTagClassName
{
color: #2D50FB;
}
</style>
background-color css
<style>
a { background-color: #2D50FB; }
a { background-color: rgb(45,80,251); }
div.DivClassName
{
background-color: #2D50FB;
}
.BgClassName
{
background-color: #2D50FB;
}
</style>
border-color css
<style>
span { border-color: #2D50FB; }
span { border-color: rgb(45,80,251); }
td.TdClassName
{
border-color: #2D50FB;
}
.TagClassName
{
border-color: #2D50FB;
}
</style>