Shades of Neon Blue #2D4DFA
Tints of Neon Blue #2D4DFA
RGB
CMYK
RGB Variations
Color information
#2D4DFA (or 0x2D4DFA) is known color: Neon Blue. HEX triplet: 2D, 4D and FA. RGB value is (45,77,250). Sum of RGB (Red+Green+Blue) = 45+77+250=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D4DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D4DFA is #D2B205. Grayscale: #565656. Windows color (decimal): -13808134 or 16403757. OLE color: 16403757.
HSL color Cylindrical-coordinate representation of color #2D4DFA: hue angle of 230.63º 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 #2D4DFA is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 77 | 250 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.02 |
| HSL | 230.63º | 0.95% | 0.58% | - |
| HSV(B) | 230.63º | 0.82% | 0.98% | - |
| XYZ | 20.99 | 12.77 | 91.8 | - |
| YUV | 87.15 | 219.9 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 77 | 250 | 0.82 | 0.69 | 0 | 0.02 | 230.63 | 0.95 | 0.58 |
| Hex | 2D | 4D | FA | 52 | 45 | 0 | 2 | E7 | 5F | 3A |
| Octal | 55 | 115 | 372 | 122 | 105 | 0 | 2 | 347 | 137 | 72 |
| Binary | 101101 | 1001101 | 11111010 | 1010010 | 1000101 | 0 | 10 | 11100111 | 1011111 | 111010 |
Color Harmonies of #2D4DFA
Complementary color
Monochromatic Colors of #2D4DFA
Black with #2D4DFA
Text Example
Text Example
White with #2D4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4DFA; }
p { color: rgb(45,77,250); }
H1.HeaderClassName
{
color: #2D4DFA;
}
.AnyTagClassName
{
color: #2D4DFA;
}
</style>
background-color css
<style>
a { background-color: #2D4DFA; }
a { background-color: rgb(45,77,250); }
div.DivClassName
{
background-color: #2D4DFA;
}
.BgClassName
{
background-color: #2D4DFA;
}
</style>
border-color css
<style>
span { border-color: #2D4DFA; }
span { border-color: rgb(45,77,250); }
td.TdClassName
{
border-color: #2D4DFA;
}
.TagClassName
{
border-color: #2D4DFA;
}
</style>