Shades of Neon Blue #2D4EFA
Tints of Neon Blue #2D4EFA
RGB
CMYK
RGB Variations
Color information
#2D4EFA (or 0x2D4EFA) is known color: Neon Blue. HEX triplet: 2D, 4E and FA. RGB value is (45,78,250). Sum of RGB (Red+Green+Blue) = 45+78+250=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D4EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D4EFA is #D2B105. Grayscale: #575757. Windows color (decimal): -13807878 or 16404013. OLE color: 16404013.
HSL color Cylindrical-coordinate representation of color #2D4EFA: hue angle of 230.34º 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 #2D4EFA is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 78 | 250 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.02 |
| HSL | 230.34º | 0.95% | 0.58% | - |
| HSV(B) | 230.34º | 0.82% | 0.98% | - |
| XYZ | 21.06 | 12.91 | 91.82 | - |
| YUV | 87.74 | 219.57 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 250 | 0.82 | 0.69 | 0 | 0.02 | 230.34 | 0.95 | 0.58 |
| Hex | 2D | 4E | FA | 52 | 45 | 0 | 2 | E6 | 5F | 3A |
| Octal | 55 | 116 | 372 | 122 | 105 | 0 | 2 | 346 | 137 | 72 |
| Binary | 101101 | 1001110 | 11111010 | 1010010 | 1000101 | 0 | 10 | 11100110 | 1011111 | 111010 |
Color Harmonies of #2D4EFA
Complementary color
Monochromatic Colors of #2D4EFA
Black with #2D4EFA
Text Example
Text Example
White with #2D4EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4EFA; }
p { color: rgb(45,78,250); }
H1.HeaderClassName
{
color: #2D4EFA;
}
.AnyTagClassName
{
color: #2D4EFA;
}
</style>
background-color css
<style>
a { background-color: #2D4EFA; }
a { background-color: rgb(45,78,250); }
div.DivClassName
{
background-color: #2D4EFA;
}
.BgClassName
{
background-color: #2D4EFA;
}
</style>
border-color css
<style>
span { border-color: #2D4EFA; }
span { border-color: rgb(45,78,250); }
td.TdClassName
{
border-color: #2D4EFA;
}
.TagClassName
{
border-color: #2D4EFA;
}
</style>