Shades of Neon Blue #2D3FFA
Tints of Neon Blue #2D3FFA
RGB
CMYK
RGB Variations
Color information
#2D3FFA (or 0x2D3FFA) is known color: Neon Blue. HEX triplet: 2D, 3F and FA. RGB value is (45,63,250). Sum of RGB (Red+Green+Blue) = 45+63+250=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D3FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3FFA is #D2C005. Grayscale: #4E4E4E. Windows color (decimal): -13811718 or 16400173. OLE color: 16400173.
HSL color Cylindrical-coordinate representation of color #2D3FFA: hue angle of 234.73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D3FFA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 63 | 250 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.02 |
| HSL | 234.73º | 0.95% | 0.58% | - |
| HSV(B) | 234.73º | 0.82% | 0.98% | - |
| XYZ | 20.12 | 11.02 | 91.51 | - |
| YUV | 78.94 | 224.54 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 250 | 0.82 | 0.75 | 0 | 0.02 | 234.73 | 0.95 | 0.58 |
| Hex | 2D | 3F | FA | 52 | 4B | 0 | 2 | EB | 5F | 3A |
| Octal | 55 | 77 | 372 | 122 | 113 | 0 | 2 | 353 | 137 | 72 |
| Binary | 101101 | 111111 | 11111010 | 1010010 | 1001011 | 0 | 10 | 11101011 | 1011111 | 111010 |
Color Harmonies of #2D3FFA
Complementary color
Monochromatic Colors of #2D3FFA
Black with #2D3FFA
Text Example
Text Example
White with #2D3FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3FFA; }
p { color: rgb(45,63,250); }
H1.HeaderClassName
{
color: #2D3FFA;
}
.AnyTagClassName
{
color: #2D3FFA;
}
</style>
background-color css
<style>
a { background-color: #2D3FFA; }
a { background-color: rgb(45,63,250); }
div.DivClassName
{
background-color: #2D3FFA;
}
.BgClassName
{
background-color: #2D3FFA;
}
</style>
border-color css
<style>
span { border-color: #2D3FFA; }
span { border-color: rgb(45,63,250); }
td.TdClassName
{
border-color: #2D3FFA;
}
.TagClassName
{
border-color: #2D3FFA;
}
</style>