Shades of Neon Blue #2D3AFA
Tints of Neon Blue #2D3AFA
RGB
CMYK
RGB Variations
Color information
#2D3AFA (or 0x2D3AFA) is known color: Neon Blue. HEX triplet: 2D, 3A and FA. RGB value is (45,58,250). Sum of RGB (Red+Green+Blue) = 45+58+250=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D3AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3AFA is #D2C505. Grayscale: #4B4B4B. Windows color (decimal): -13812998 or 16398893. OLE color: 16398893.
HSL color Cylindrical-coordinate representation of color #2D3AFA: hue angle of 236.2º degrees, saturation: 0.95, 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 #2D3AFA is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 58 | 250 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.02 |
| HSL | 236.2º | 0.95% | 0.58% | - |
| HSV(B) | 236.2º | 0.82% | 0.98% | - |
| XYZ | 19.85 | 10.49 | 91.42 | - |
| YUV | 76 | 226.19 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 250 | 0.82 | 0.77 | 0 | 0.02 | 236.2 | 0.95 | 0.58 |
| Hex | 2D | 3A | FA | 52 | 4D | 0 | 2 | EC | 5F | 3A |
| Octal | 55 | 72 | 372 | 122 | 115 | 0 | 2 | 354 | 137 | 72 |
| Binary | 101101 | 111010 | 11111010 | 1010010 | 1001101 | 0 | 10 | 11101100 | 1011111 | 111010 |
Color Harmonies of #2D3AFA
Complementary color
Monochromatic Colors of #2D3AFA
Black with #2D3AFA
Text Example
Text Example
White with #2D3AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3AFA; }
p { color: rgb(45,58,250); }
H1.HeaderClassName
{
color: #2D3AFA;
}
.AnyTagClassName
{
color: #2D3AFA;
}
</style>
background-color css
<style>
a { background-color: #2D3AFA; }
a { background-color: rgb(45,58,250); }
div.DivClassName
{
background-color: #2D3AFA;
}
.BgClassName
{
background-color: #2D3AFA;
}
</style>
border-color css
<style>
span { border-color: #2D3AFA; }
span { border-color: rgb(45,58,250); }
td.TdClassName
{
border-color: #2D3AFA;
}
.TagClassName
{
border-color: #2D3AFA;
}
</style>