Shades of Neon Blue #2D45EA
Tints of Neon Blue #2D45EA
RGB
CMYK
RGB Variations
Color information
#2D45EA (or 0x2D45EA) is known color: Neon Blue. HEX triplet: 2D, 45 and EA. RGB value is (45,69,234). Sum of RGB (Red+Green+Blue) = 45+69+234=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D45EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D45EA is #D2BA15. Grayscale: #4F4F4F. Windows color (decimal): -13810198 or 15353133. OLE color: 15353133.
HSL color Cylindrical-coordinate representation of color #2D45EA: hue angle of 232.38º 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 #2D45EA is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 69 | 234 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.08 |
| HSL | 232.38º | 0.82% | 0.55% | - |
| HSV(B) | 232.38º | 0.81% | 0.92% | - |
| XYZ | 18.06 | 10.75 | 78.97 | - |
| YUV | 80.63 | 214.55 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 234 | 0.81 | 0.71 | 0 | 0.08 | 232.38 | 0.82 | 0.55 |
| Hex | 2D | 45 | EA | 51 | 47 | 0 | 8 | E8 | 52 | 37 |
| Octal | 55 | 105 | 352 | 121 | 107 | 0 | 10 | 350 | 122 | 67 |
| Binary | 101101 | 1000101 | 11101010 | 1010001 | 1000111 | 0 | 1000 | 11101000 | 1010010 | 110111 |
Color Harmonies of #2D45EA
Complementary color
Monochromatic Colors of #2D45EA
Black with #2D45EA
Text Example
Text Example
White with #2D45EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D45EA; }
p { color: rgb(45,69,234); }
H1.HeaderClassName
{
color: #2D45EA;
}
.AnyTagClassName
{
color: #2D45EA;
}
</style>
background-color css
<style>
a { background-color: #2D45EA; }
a { background-color: rgb(45,69,234); }
div.DivClassName
{
background-color: #2D45EA;
}
.BgClassName
{
background-color: #2D45EA;
}
</style>
border-color css
<style>
span { border-color: #2D45EA; }
span { border-color: rgb(45,69,234); }
td.TdClassName
{
border-color: #2D45EA;
}
.TagClassName
{
border-color: #2D45EA;
}
</style>