Shades of Neon Blue #2D3EFA
Tints of Neon Blue #2D3EFA
RGB
CMYK
RGB Variations
Color information
#2D3EFA (or 0x2D3EFA) is known color: Neon Blue. HEX triplet: 2D, 3E and FA. RGB value is (45,62,250). Sum of RGB (Red+Green+Blue) = 45+62+250=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D3EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3EFA is #D2C105. Grayscale: #4D4D4D. Windows color (decimal): -13811974 or 16399917. OLE color: 16399917.
HSL color Cylindrical-coordinate representation of color #2D3EFA: hue angle of 235.02º 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 #2D3EFA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 62 | 250 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.02 |
| HSL | 235.02º | 0.95% | 0.58% | - |
| HSV(B) | 235.02º | 0.82% | 0.98% | - |
| XYZ | 20.06 | 10.91 | 91.49 | - |
| YUV | 78.35 | 224.87 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 250 | 0.82 | 0.75 | 0 | 0.02 | 235.02 | 0.95 | 0.58 |
| Hex | 2D | 3E | FA | 52 | 4B | 0 | 2 | EB | 5F | 3A |
| Octal | 55 | 76 | 372 | 122 | 113 | 0 | 2 | 353 | 137 | 72 |
| Binary | 101101 | 111110 | 11111010 | 1010010 | 1001011 | 0 | 10 | 11101011 | 1011111 | 111010 |
Color Harmonies of #2D3EFA
Complementary color
Monochromatic Colors of #2D3EFA
Black with #2D3EFA
Text Example
Text Example
White with #2D3EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3EFA; }
p { color: rgb(45,62,250); }
H1.HeaderClassName
{
color: #2D3EFA;
}
.AnyTagClassName
{
color: #2D3EFA;
}
</style>
background-color css
<style>
a { background-color: #2D3EFA; }
a { background-color: rgb(45,62,250); }
div.DivClassName
{
background-color: #2D3EFA;
}
.BgClassName
{
background-color: #2D3EFA;
}
</style>
border-color css
<style>
span { border-color: #2D3EFA; }
span { border-color: rgb(45,62,250); }
td.TdClassName
{
border-color: #2D3EFA;
}
.TagClassName
{
border-color: #2D3EFA;
}
</style>