Shades of Neon Blue #2D4AFA
Tints of Neon Blue #2D4AFA
RGB
CMYK
RGB Variations
Color information
#2D4AFA (or 0x2D4AFA) is known color: Neon Blue. HEX triplet: 2D, 4A and FA. RGB value is (45,74,250). Sum of RGB (Red+Green+Blue) = 45+74+250=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D4AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D4AFA is #D2B505. Grayscale: #545454. Windows color (decimal): -13808902 or 16402989. OLE color: 16402989.
HSL color Cylindrical-coordinate representation of color #2D4AFA: hue angle of 231.51º 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 #2D4AFA is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 74 | 250 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.02 |
| HSL | 231.51º | 0.95% | 0.58% | - |
| HSV(B) | 231.51º | 0.82% | 0.98% | - |
| XYZ | 20.79 | 12.36 | 91.73 | - |
| YUV | 85.39 | 220.89 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 250 | 0.82 | 0.70 | 0 | 0.02 | 231.51 | 0.95 | 0.58 |
| Hex | 2D | 4A | FA | 52 | 46 | 0 | 2 | E8 | 5F | 3A |
| Octal | 55 | 112 | 372 | 122 | 106 | 0 | 2 | 350 | 137 | 72 |
| Binary | 101101 | 1001010 | 11111010 | 1010010 | 1000110 | 0 | 10 | 11101000 | 1011111 | 111010 |
Color Harmonies of #2D4AFA
Complementary color
Monochromatic Colors of #2D4AFA
Black with #2D4AFA
Text Example
Text Example
White with #2D4AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4AFA; }
p { color: rgb(45,74,250); }
H1.HeaderClassName
{
color: #2D4AFA;
}
.AnyTagClassName
{
color: #2D4AFA;
}
</style>
background-color css
<style>
a { background-color: #2D4AFA; }
a { background-color: rgb(45,74,250); }
div.DivClassName
{
background-color: #2D4AFA;
}
.BgClassName
{
background-color: #2D4AFA;
}
</style>
border-color css
<style>
span { border-color: #2D4AFA; }
span { border-color: rgb(45,74,250); }
td.TdClassName
{
border-color: #2D4AFA;
}
.TagClassName
{
border-color: #2D4AFA;
}
</style>