Shades of Neon Blue #2D31ED
Tints of Neon Blue #2D31ED
RGB
CMYK
RGB Variations
Color information
#2D31ED (or 0x2D31ED) is known color: Neon Blue. HEX triplet: 2D, 31 and ED. RGB value is (45,49,237). Sum of RGB (Red+Green+Blue) = 45+49+237=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #2D31ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D31ED is #D2CE12. Grayscale: #444444. Windows color (decimal): -13815315 or 15544621. OLE color: 15544621.
HSL color Cylindrical-coordinate representation of color #2D31ED: hue angle of 238.75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D31ED is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 49 | 237 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.07 |
| HSL | 238.75º | 0.84% | 0.55% | - |
| HSV(B) | 238.75º | 0.81% | 0.93% | - |
| XYZ | 17.47 | 8.87 | 80.91 | - |
| YUV | 69.24 | 222.67 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 237 | 0.81 | 0.79 | 0 | 0.07 | 238.75 | 0.84 | 0.55 |
| Hex | 2D | 31 | ED | 51 | 4F | 0 | 7 | EF | 54 | 37 |
| Octal | 55 | 61 | 355 | 121 | 117 | 0 | 7 | 357 | 124 | 67 |
| Binary | 101101 | 110001 | 11101101 | 1010001 | 1001111 | 0 | 111 | 11101111 | 1010100 | 110111 |
Color Harmonies of #2D31ED
Complementary color
Monochromatic Colors of #2D31ED
Black with #2D31ED
Text Example
Text Example
White with #2D31ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D31ED; }
p { color: rgb(45,49,237); }
H1.HeaderClassName
{
color: #2D31ED;
}
.AnyTagClassName
{
color: #2D31ED;
}
</style>
background-color css
<style>
a { background-color: #2D31ED; }
a { background-color: rgb(45,49,237); }
div.DivClassName
{
background-color: #2D31ED;
}
.BgClassName
{
background-color: #2D31ED;
}
</style>
border-color css
<style>
span { border-color: #2D31ED; }
span { border-color: rgb(45,49,237); }
td.TdClassName
{
border-color: #2D31ED;
}
.TagClassName
{
border-color: #2D31ED;
}
</style>