Shades of Neon Blue #2D4EFD
Tints of Neon Blue #2D4EFD
RGB
CMYK
RGB Variations
Color information
#2D4EFD (or 0x2D4EFD) is known color: Neon Blue. HEX triplet: 2D, 4E and FD. RGB value is (45,78,253). Sum of RGB (Red+Green+Blue) = 45+78+253=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D4EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D4EFD is #D2B102. Grayscale: #575757. Windows color (decimal): -13807875 or 16600621. OLE color: 16600621.
HSL color Cylindrical-coordinate representation of color #2D4EFD: hue angle of 230.48º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D4EFD is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 78 | 253 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.01 |
| HSL | 230.48º | 0.98% | 0.58% | - |
| HSV(B) | 230.48º | 0.82% | 0.99% | - |
| XYZ | 21.54 | 13.1 | 94.32 | - |
| YUV | 88.08 | 221.07 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 253 | 0.82 | 0.69 | 0 | 0.01 | 230.48 | 0.98 | 0.58 |
| Hex | 2D | 4E | FD | 52 | 45 | 0 | 1 | E6 | 62 | 3A |
| Octal | 55 | 116 | 375 | 122 | 105 | 0 | 1 | 346 | 142 | 72 |
| Binary | 101101 | 1001110 | 11111101 | 1010010 | 1000101 | 0 | 1 | 11100110 | 1100010 | 111010 |
Color Harmonies of #2D4EFD
Complementary color
Monochromatic Colors of #2D4EFD
Black with #2D4EFD
Text Example
Text Example
White with #2D4EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4EFD; }
p { color: rgb(45,78,253); }
H1.HeaderClassName
{
color: #2D4EFD;
}
.AnyTagClassName
{
color: #2D4EFD;
}
</style>
background-color css
<style>
a { background-color: #2D4EFD; }
a { background-color: rgb(45,78,253); }
div.DivClassName
{
background-color: #2D4EFD;
}
.BgClassName
{
background-color: #2D4EFD;
}
</style>
border-color css
<style>
span { border-color: #2D4EFD; }
span { border-color: rgb(45,78,253); }
td.TdClassName
{
border-color: #2D4EFD;
}
.TagClassName
{
border-color: #2D4EFD;
}
</style>