Shades of Neon Blue #2D3AFF
Tints of Neon Blue #2D3AFF
RGB
CMYK
RGB Variations
Color information
#2D3AFF (or 0x2D3AFF) is known color: Neon Blue. HEX triplet: 2D, 3A and FF. RGB value is (45,58,255). Sum of RGB (Red+Green+Blue) = 45+58+255=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D3AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3AFF is #D2C500. Grayscale: #4B4B4B. Windows color (decimal): -13812993 or 16726573. OLE color: 16726573.
HSL color Cylindrical-coordinate representation of color #2D3AFF: hue angle of 236.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D3AFF is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 58 | 255 | - |
| CMYK | 0.82 | 0.77 | 0 | 0 |
| HSL | 236.29º | 1% | 0.59% | - |
| HSV(B) | 236.29º | 0.82% | 1% | - |
| XYZ | 20.65 | 10.8 | 95.61 | - |
| YUV | 76.57 | 228.69 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 255 | 0.82 | 0.77 | 0 | 0 | 236.29 | 1 | 0.59 |
| Hex | 2D | 3A | FF | 52 | 4D | 0 | 0 | EC | 64 | 3B |
| Octal | 55 | 72 | 377 | 122 | 115 | 0 | 0 | 354 | 144 | 73 |
| Binary | 101101 | 111010 | 11111111 | 1010010 | 1001101 | 0 | 0 | 11101100 | 1100100 | 111011 |
Color Harmonies of #2D3AFF
Complementary color
Monochromatic Colors of #2D3AFF
Black with #2D3AFF
Text Example
Text Example
White with #2D3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3AFF; }
p { color: rgb(45,58,255); }
H1.HeaderClassName
{
color: #2D3AFF;
}
.AnyTagClassName
{
color: #2D3AFF;
}
</style>
background-color css
<style>
a { background-color: #2D3AFF; }
a { background-color: rgb(45,58,255); }
div.DivClassName
{
background-color: #2D3AFF;
}
.BgClassName
{
background-color: #2D3AFF;
}
</style>
border-color css
<style>
span { border-color: #2D3AFF; }
span { border-color: rgb(45,58,255); }
td.TdClassName
{
border-color: #2D3AFF;
}
.TagClassName
{
border-color: #2D3AFF;
}
</style>