Shades of Neon Blue #2D51F7
Tints of Neon Blue #2D51F7
RGB
CMYK
RGB Variations
Color information
#2D51F7 (or 0x2D51F7) is known color: Neon Blue. HEX triplet: 2D, 51 and F7. RGB value is (45,81,247). Sum of RGB (Red+Green+Blue) = 45+81+247=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 247 (96.88% from 255 or 66.22% from 373); Max value from RGB is 247 - color contains mainly: blue. Hex color #2D51F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D51F7 is #D2AE08. Grayscale: #585858. Windows color (decimal): -13807113 or 16208173. OLE color: 16208173.
HSL color Cylindrical-coordinate representation of color #2D51F7: hue angle of 229.31º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D51F7 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 81 | 247 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.03 |
| HSL | 229.31º | 0.93% | 0.57% | - |
| HSV(B) | 229.31º | 0.82% | 0.97% | - |
| XYZ | 20.81 | 13.16 | 89.44 | - |
| YUV | 89.16 | 217.07 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 247 | 0.82 | 0.67 | 0 | 0.03 | 229.31 | 0.93 | 0.57 |
| Hex | 2D | 51 | F7 | 52 | 43 | 0 | 3 | E5 | 5D | 39 |
| Octal | 55 | 121 | 367 | 122 | 103 | 0 | 3 | 345 | 135 | 71 |
| Binary | 101101 | 1010001 | 11110111 | 1010010 | 1000011 | 0 | 11 | 11100101 | 1011101 | 111001 |
Color Harmonies of #2D51F7
Complementary color
Monochromatic Colors of #2D51F7
Black with #2D51F7
Text Example
Text Example
White with #2D51F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D51F7; }
p { color: rgb(45,81,247); }
H1.HeaderClassName
{
color: #2D51F7;
}
.AnyTagClassName
{
color: #2D51F7;
}
</style>
background-color css
<style>
a { background-color: #2D51F7; }
a { background-color: rgb(45,81,247); }
div.DivClassName
{
background-color: #2D51F7;
}
.BgClassName
{
background-color: #2D51F7;
}
</style>
border-color css
<style>
span { border-color: #2D51F7; }
span { border-color: rgb(45,81,247); }
td.TdClassName
{
border-color: #2D51F7;
}
.TagClassName
{
border-color: #2D51F7;
}
</style>