Shades of Neon Blue #2D3DEF
Tints of Neon Blue #2D3DEF
RGB
CMYK
RGB Variations
Color information
#2D3DEF (or 0x2D3DEF) is known color: Neon Blue. HEX triplet: 2D, 3D and EF. RGB value is (45,61,239). Sum of RGB (Red+Green+Blue) = 45+61+239=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D3DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3DEF is #D2C210. Grayscale: #4B4B4B. Windows color (decimal): -13812241 or 15678765. OLE color: 15678765.
HSL color Cylindrical-coordinate representation of color #2D3DEF: hue angle of 235.05º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D3DEF is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 61 | 239 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.06 |
| HSL | 235.05º | 0.86% | 0.56% | - |
| HSV(B) | 235.05º | 0.81% | 0.94% | - |
| XYZ | 18.33 | 10.13 | 82.65 | - |
| YUV | 76.51 | 219.7 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 239 | 0.81 | 0.74 | 0 | 0.06 | 235.05 | 0.86 | 0.56 |
| Hex | 2D | 3D | EF | 51 | 4A | 0 | 6 | EB | 56 | 38 |
| Octal | 55 | 75 | 357 | 121 | 112 | 0 | 6 | 353 | 126 | 70 |
| Binary | 101101 | 111101 | 11101111 | 1010001 | 1001010 | 0 | 110 | 11101011 | 1010110 | 111000 |
Color Harmonies of #2D3DEF
Complementary color
Monochromatic Colors of #2D3DEF
Black with #2D3DEF
Text Example
Text Example
White with #2D3DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3DEF; }
p { color: rgb(45,61,239); }
H1.HeaderClassName
{
color: #2D3DEF;
}
.AnyTagClassName
{
color: #2D3DEF;
}
</style>
background-color css
<style>
a { background-color: #2D3DEF; }
a { background-color: rgb(45,61,239); }
div.DivClassName
{
background-color: #2D3DEF;
}
.BgClassName
{
background-color: #2D3DEF;
}
</style>
border-color css
<style>
span { border-color: #2D3DEF; }
span { border-color: rgb(45,61,239); }
td.TdClassName
{
border-color: #2D3DEF;
}
.TagClassName
{
border-color: #2D3DEF;
}
</style>