Shades of Neon Blue #2D31FA
Tints of Neon Blue #2D31FA
RGB
CMYK
RGB Variations
Color information
#2D31FA (or 0x2D31FA) is known color: Neon Blue. HEX triplet: 2D, 31 and FA. RGB value is (45,49,250). Sum of RGB (Red+Green+Blue) = 45+49+250=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D31FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D31FA is #D2CE05. Grayscale: #454545. Windows color (decimal): -13815302 or 16396589. OLE color: 16396589.
HSL color Cylindrical-coordinate representation of color #2D31FA: hue angle of 238.83º 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 #2D31FA is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 49 | 250 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.02 |
| HSL | 238.83º | 0.95% | 0.58% | - |
| HSV(B) | 238.83º | 0.82% | 0.98% | - |
| XYZ | 19.44 | 9.66 | 91.28 | - |
| YUV | 70.72 | 229.17 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 250 | 0.82 | 0.80 | 0 | 0.02 | 238.83 | 0.95 | 0.58 |
| Hex | 2D | 31 | FA | 52 | 50 | 0 | 2 | EF | 5F | 3A |
| Octal | 55 | 61 | 372 | 122 | 120 | 0 | 2 | 357 | 137 | 72 |
| Binary | 101101 | 110001 | 11111010 | 1010010 | 1010000 | 0 | 10 | 11101111 | 1011111 | 111010 |
Color Harmonies of #2D31FA
Complementary color
Monochromatic Colors of #2D31FA
Black with #2D31FA
Text Example
Text Example
White with #2D31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D31FA; }
p { color: rgb(45,49,250); }
H1.HeaderClassName
{
color: #2D31FA;
}
.AnyTagClassName
{
color: #2D31FA;
}
</style>
background-color css
<style>
a { background-color: #2D31FA; }
a { background-color: rgb(45,49,250); }
div.DivClassName
{
background-color: #2D31FA;
}
.BgClassName
{
background-color: #2D31FA;
}
</style>
border-color css
<style>
span { border-color: #2D31FA; }
span { border-color: rgb(45,49,250); }
td.TdClassName
{
border-color: #2D31FA;
}
.TagClassName
{
border-color: #2D31FA;
}
</style>