Shades of Neon Blue #2D2EEA
Tints of Neon Blue #2D2EEA
RGB
CMYK
RGB Variations
Color information
#2D2EEA (or 0x2D2EEA) is known color: Neon Blue. HEX triplet: 2D, 2E and EA. RGB value is (45,46,234). Sum of RGB (Red+Green+Blue) = 45+46+234=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D2EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D2EEA is #D2D115. Grayscale: #424242. Windows color (decimal): -13816086 or 15347245. OLE color: 15347245.
HSL color Cylindrical-coordinate representation of color #2D2EEA: hue angle of 239.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D2EEA is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 46 | 234 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.08 |
| HSL | 239.68º | 0.82% | 0.55% | - |
| HSV(B) | 239.68º | 0.81% | 0.92% | - |
| XYZ | 16.91 | 8.45 | 78.58 | - |
| YUV | 67.13 | 222.17 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 46 | 234 | 0.81 | 0.80 | 0 | 0.08 | 239.68 | 0.82 | 0.55 |
| Hex | 2D | 2E | EA | 51 | 50 | 0 | 8 | F0 | 52 | 37 |
| Octal | 55 | 56 | 352 | 121 | 120 | 0 | 10 | 360 | 122 | 67 |
| Binary | 101101 | 101110 | 11101010 | 1010001 | 1010000 | 0 | 1000 | 11110000 | 1010010 | 110111 |
Color Harmonies of #2D2EEA
Complementary color
Monochromatic Colors of #2D2EEA
Black with #2D2EEA
Text Example
Text Example
White with #2D2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2EEA; }
p { color: rgb(45,46,234); }
H1.HeaderClassName
{
color: #2D2EEA;
}
.AnyTagClassName
{
color: #2D2EEA;
}
</style>
background-color css
<style>
a { background-color: #2D2EEA; }
a { background-color: rgb(45,46,234); }
div.DivClassName
{
background-color: #2D2EEA;
}
.BgClassName
{
background-color: #2D2EEA;
}
</style>
border-color css
<style>
span { border-color: #2D2EEA; }
span { border-color: rgb(45,46,234); }
td.TdClassName
{
border-color: #2D2EEA;
}
.TagClassName
{
border-color: #2D2EEA;
}
</style>