Shades of Neon Blue #2D3DFB
Tints of Neon Blue #2D3DFB
RGB
CMYK
RGB Variations
Color information
#2D3DFB (or 0x2D3DFB) is known color: Neon Blue. HEX triplet: 2D, 3D and FB. RGB value is (45,61,251). Sum of RGB (Red+Green+Blue) = 45+61+251=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #2D3DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3DFB is #D2C204. Grayscale: #4D4D4D. Windows color (decimal): -13812229 or 16465197. OLE color: 16465197.
HSL color Cylindrical-coordinate representation of color #2D3DFB: hue angle of 235.34º 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 #2D3DFB is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 61 | 251 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.02 |
| HSL | 235.34º | 0.96% | 0.58% | - |
| HSV(B) | 235.34º | 0.82% | 0.98% | - |
| XYZ | 20.16 | 10.86 | 92.3 | - |
| YUV | 77.88 | 225.7 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 251 | 0.82 | 0.76 | 0 | 0.02 | 235.34 | 0.96 | 0.58 |
| Hex | 2D | 3D | FB | 52 | 4C | 0 | 2 | EB | 60 | 3A |
| Octal | 55 | 75 | 373 | 122 | 114 | 0 | 2 | 353 | 140 | 72 |
| Binary | 101101 | 111101 | 11111011 | 1010010 | 1001100 | 0 | 10 | 11101011 | 1100000 | 111010 |
Color Harmonies of #2D3DFB
Complementary color
Monochromatic Colors of #2D3DFB
Black with #2D3DFB
Text Example
Text Example
White with #2D3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3DFB; }
p { color: rgb(45,61,251); }
H1.HeaderClassName
{
color: #2D3DFB;
}
.AnyTagClassName
{
color: #2D3DFB;
}
</style>
background-color css
<style>
a { background-color: #2D3DFB; }
a { background-color: rgb(45,61,251); }
div.DivClassName
{
background-color: #2D3DFB;
}
.BgClassName
{
background-color: #2D3DFB;
}
</style>
border-color css
<style>
span { border-color: #2D3DFB; }
span { border-color: rgb(45,61,251); }
td.TdClassName
{
border-color: #2D3DFB;
}
.TagClassName
{
border-color: #2D3DFB;
}
</style>