Shades of Neon Blue #2D2DFA
Tints of Neon Blue #2D2DFA
RGB
CMYK
RGB Variations
Color information
#2D2DFA (or 0x2D2DFA) is known color: Neon Blue. HEX triplet: 2D, 2D and FA. RGB value is (45,45,250). Sum of RGB (Red+Green+Blue) = 45+45+250=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D2DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D2DFA is #D2D205. Grayscale: #434343. Windows color (decimal): -13816326 or 16395565. OLE color: 16395565.
HSL color Cylindrical-coordinate representation of color #2D2DFA: hue angle of 240º 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 #2D2DFA is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 45 | 250 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.02 |
| HSL | 240º | 0.95% | 0.58% | - |
| HSV(B) | 240º | 0.82% | 0.98% | - |
| XYZ | 19.28 | 9.34 | 91.23 | - |
| YUV | 68.37 | 230.5 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 45 | 250 | 0.82 | 0.82 | 0 | 0.02 | 240 | 0.95 | 0.58 |
| Hex | 2D | 2D | FA | 52 | 52 | 0 | 2 | F0 | 5F | 3A |
| Octal | 55 | 55 | 372 | 122 | 122 | 0 | 2 | 360 | 137 | 72 |
| Binary | 101101 | 101101 | 11111010 | 1010010 | 1010010 | 0 | 10 | 11110000 | 1011111 | 111010 |
Color Harmonies of #2D2DFA
Complementary color
Monochromatic Colors of #2D2DFA
Black with #2D2DFA
Text Example
Text Example
White with #2D2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2DFA; }
p { color: rgb(45,45,250); }
H1.HeaderClassName
{
color: #2D2DFA;
}
.AnyTagClassName
{
color: #2D2DFA;
}
</style>
background-color css
<style>
a { background-color: #2D2DFA; }
a { background-color: rgb(45,45,250); }
div.DivClassName
{
background-color: #2D2DFA;
}
.BgClassName
{
background-color: #2D2DFA;
}
</style>
border-color css
<style>
span { border-color: #2D2DFA; }
span { border-color: rgb(45,45,250); }
td.TdClassName
{
border-color: #2D2DFA;
}
.TagClassName
{
border-color: #2D2DFA;
}
</style>