Shades of Neon Blue #2D2DFD
Tints of Neon Blue #2D2DFD
RGB
CMYK
RGB Variations
Color information
#2D2DFD (or 0x2D2DFD) is known color: Neon Blue. HEX triplet: 2D, 2D and FD. RGB value is (45,45,253). Sum of RGB (Red+Green+Blue) = 45+45+253=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D2DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D2DFD is #D2D202. Grayscale: #434343. Windows color (decimal): -13816323 or 16592173. OLE color: 16592173.
HSL color Cylindrical-coordinate representation of color #2D2DFD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D2DFD is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 45 | 253 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.58% | - |
| HSV(B) | 240º | 0.82% | 0.99% | - |
| XYZ | 19.75 | 9.53 | 93.73 | - |
| YUV | 68.71 | 232 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 45 | 253 | 0.82 | 0.82 | 0 | 0.01 | 240 | 0.98 | 0.58 |
| Hex | 2D | 2D | FD | 52 | 52 | 0 | 1 | F0 | 62 | 3A |
| Octal | 55 | 55 | 375 | 122 | 122 | 0 | 1 | 360 | 142 | 72 |
| Binary | 101101 | 101101 | 11111101 | 1010010 | 1010010 | 0 | 1 | 11110000 | 1100010 | 111010 |
Color Harmonies of #2D2DFD
Complementary color
Monochromatic Colors of #2D2DFD
Black with #2D2DFD
Text Example
Text Example
White with #2D2DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2DFD; }
p { color: rgb(45,45,253); }
H1.HeaderClassName
{
color: #2D2DFD;
}
.AnyTagClassName
{
color: #2D2DFD;
}
</style>
background-color css
<style>
a { background-color: #2D2DFD; }
a { background-color: rgb(45,45,253); }
div.DivClassName
{
background-color: #2D2DFD;
}
.BgClassName
{
background-color: #2D2DFD;
}
</style>
border-color css
<style>
span { border-color: #2D2DFD; }
span { border-color: rgb(45,45,253); }
td.TdClassName
{
border-color: #2D2DFD;
}
.TagClassName
{
border-color: #2D2DFD;
}
</style>