Shades of Neon Blue #2D3FEF
Tints of Neon Blue #2D3FEF
RGB
CMYK
RGB Variations
Color information
#2D3FEF (or 0x2D3FEF) is known color: Neon Blue. HEX triplet: 2D, 3F and EF. RGB value is (45,63,239). Sum of RGB (Red+Green+Blue) = 45+63+239=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D3FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3FEF is #D2C010. Grayscale: #4C4C4C. Windows color (decimal): -13811729 or 15679277. OLE color: 15679277.
HSL color Cylindrical-coordinate representation of color #2D3FEF: hue angle of 234.43º 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 #2D3FEF is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 63 | 239 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.06 |
| HSL | 234.43º | 0.86% | 0.56% | - |
| HSV(B) | 234.43º | 0.81% | 0.94% | - |
| XYZ | 18.44 | 10.34 | 82.69 | - |
| YUV | 77.68 | 219.04 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 239 | 0.81 | 0.74 | 0 | 0.06 | 234.43 | 0.86 | 0.56 |
| Hex | 2D | 3F | EF | 51 | 4A | 0 | 6 | EA | 56 | 38 |
| Octal | 55 | 77 | 357 | 121 | 112 | 0 | 6 | 352 | 126 | 70 |
| Binary | 101101 | 111111 | 11101111 | 1010001 | 1001010 | 0 | 110 | 11101010 | 1010110 | 111000 |
Color Harmonies of #2D3FEF
Complementary color
Monochromatic Colors of #2D3FEF
Black with #2D3FEF
Text Example
Text Example
White with #2D3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3FEF; }
p { color: rgb(45,63,239); }
H1.HeaderClassName
{
color: #2D3FEF;
}
.AnyTagClassName
{
color: #2D3FEF;
}
</style>
background-color css
<style>
a { background-color: #2D3FEF; }
a { background-color: rgb(45,63,239); }
div.DivClassName
{
background-color: #2D3FEF;
}
.BgClassName
{
background-color: #2D3FEF;
}
</style>
border-color css
<style>
span { border-color: #2D3FEF; }
span { border-color: rgb(45,63,239); }
td.TdClassName
{
border-color: #2D3FEF;
}
.TagClassName
{
border-color: #2D3FEF;
}
</style>