Shades of Neon Blue #2D31FD
Tints of Neon Blue #2D31FD
RGB
CMYK
RGB Variations
Color information
#2D31FD (or 0x2D31FD) is known color: Neon Blue. HEX triplet: 2D, 31 and FD. RGB value is (45,49,253). Sum of RGB (Red+Green+Blue) = 45+49+253=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D31FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D31FD is #D2CE02. Grayscale: #464646. Windows color (decimal): -13815299 or 16593197. OLE color: 16593197.
HSL color Cylindrical-coordinate representation of color #2D31FD: hue angle of 238.85º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D31FD is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 49 | 253 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.01 |
| HSL | 238.85º | 0.98% | 0.58% | - |
| HSV(B) | 238.85º | 0.82% | 0.99% | - |
| XYZ | 19.91 | 9.85 | 93.78 | - |
| YUV | 71.06 | 230.67 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 253 | 0.82 | 0.81 | 0 | 0.01 | 238.85 | 0.98 | 0.58 |
| Hex | 2D | 31 | FD | 52 | 51 | 0 | 1 | EF | 62 | 3A |
| Octal | 55 | 61 | 375 | 122 | 121 | 0 | 1 | 357 | 142 | 72 |
| Binary | 101101 | 110001 | 11111101 | 1010010 | 1010001 | 0 | 1 | 11101111 | 1100010 | 111010 |
Color Harmonies of #2D31FD
Complementary color
Monochromatic Colors of #2D31FD
Black with #2D31FD
Text Example
Text Example
White with #2D31FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D31FD; }
p { color: rgb(45,49,253); }
H1.HeaderClassName
{
color: #2D31FD;
}
.AnyTagClassName
{
color: #2D31FD;
}
</style>
background-color css
<style>
a { background-color: #2D31FD; }
a { background-color: rgb(45,49,253); }
div.DivClassName
{
background-color: #2D31FD;
}
.BgClassName
{
background-color: #2D31FD;
}
</style>
border-color css
<style>
span { border-color: #2D31FD; }
span { border-color: rgb(45,49,253); }
td.TdClassName
{
border-color: #2D31FD;
}
.TagClassName
{
border-color: #2D31FD;
}
</style>