Shades of Neon Blue #2D54FB
Tints of Neon Blue #2D54FB
RGB
CMYK
RGB Variations
Color information
#2D54FB (or 0x2D54FB) is known color: Neon Blue. HEX triplet: 2D, 54 and FB. RGB value is (45,84,251). Sum of RGB (Red+Green+Blue) = 45+84+251=380 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.84% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #2D54FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D54FB is #D2AB04. Grayscale: #5A5A5A. Windows color (decimal): -13806341 or 16471085. OLE color: 16471085.
HSL color Cylindrical-coordinate representation of color #2D54FB: hue angle of 228.64º 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 #2D54FB is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 84 | 251 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.02 |
| HSL | 228.64º | 0.96% | 0.58% | - |
| HSV(B) | 228.64º | 0.82% | 0.98% | - |
| XYZ | 21.67 | 13.86 | 92.8 | - |
| YUV | 91.38 | 218.08 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 251 | 0.82 | 0.67 | 0 | 0.02 | 228.64 | 0.96 | 0.58 |
| Hex | 2D | 54 | FB | 52 | 43 | 0 | 2 | E5 | 60 | 3A |
| Octal | 55 | 124 | 373 | 122 | 103 | 0 | 2 | 345 | 140 | 72 |
| Binary | 101101 | 1010100 | 11111011 | 1010010 | 1000011 | 0 | 10 | 11100101 | 1100000 | 111010 |
Color Harmonies of #2D54FB
Complementary color
Monochromatic Colors of #2D54FB
Black with #2D54FB
Text Example
Text Example
White with #2D54FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D54FB; }
p { color: rgb(45,84,251); }
H1.HeaderClassName
{
color: #2D54FB;
}
.AnyTagClassName
{
color: #2D54FB;
}
</style>
background-color css
<style>
a { background-color: #2D54FB; }
a { background-color: rgb(45,84,251); }
div.DivClassName
{
background-color: #2D54FB;
}
.BgClassName
{
background-color: #2D54FB;
}
</style>
border-color css
<style>
span { border-color: #2D54FB; }
span { border-color: rgb(45,84,251); }
td.TdClassName
{
border-color: #2D54FB;
}
.TagClassName
{
border-color: #2D54FB;
}
</style>