Shades of Neon Blue #2D4BFA
Tints of Neon Blue #2D4BFA
RGB
CMYK
RGB Variations
Color information
#2D4BFA (or 0x2D4BFA) is known color: Neon Blue. HEX triplet: 2D, 4B and FA. RGB value is (45,75,250). Sum of RGB (Red+Green+Blue) = 45+75+250=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D4BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D4BFA is #D2B405. Grayscale: #555555. Windows color (decimal): -13808646 or 16403245. OLE color: 16403245.
HSL color Cylindrical-coordinate representation of color #2D4BFA: hue angle of 231.22º 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 #2D4BFA is Cyan = 0.82, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 75 | 250 | - |
| CMYK | 0.82 | 0.7 | 0 | 0.02 |
| HSL | 231.22º | 0.95% | 0.58% | - |
| HSV(B) | 231.22º | 0.82% | 0.98% | - |
| XYZ | 20.85 | 12.49 | 91.75 | - |
| YUV | 85.98 | 220.56 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 250 | 0.82 | 0.7 | 0 | 0.02 | 231.22 | 0.95 | 0.58 |
| Hex | 2D | 4B | FA | 52 | 46 | 0 | 2 | E7 | 5F | 3A |
| Octal | 55 | 113 | 372 | 122 | 106 | 0 | 2 | 347 | 137 | 72 |
| Binary | 101101 | 1001011 | 11111010 | 1010010 | 1000110 | 0 | 10 | 11100111 | 1011111 | 111010 |
Color Harmonies of #2D4BFA
Complementary color
Monochromatic Colors of #2D4BFA
Black with #2D4BFA
Text Example
Text Example
White with #2D4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4BFA; }
p { color: rgb(45,75,250); }
H1.HeaderClassName
{
color: #2D4BFA;
}
.AnyTagClassName
{
color: #2D4BFA;
}
</style>
background-color css
<style>
a { background-color: #2D4BFA; }
a { background-color: rgb(45,75,250); }
div.DivClassName
{
background-color: #2D4BFA;
}
.BgClassName
{
background-color: #2D4BFA;
}
</style>
border-color css
<style>
span { border-color: #2D4BFA; }
span { border-color: rgb(45,75,250); }
td.TdClassName
{
border-color: #2D4BFA;
}
.TagClassName
{
border-color: #2D4BFA;
}
</style>