Shades of Neon Blue #2D2BFE
Tints of Neon Blue #2D2BFE
RGB
CMYK
RGB Variations
Color information
#2D2BFE (or 0x2D2BFE) is known color: Neon Blue. HEX triplet: 2D, 2B and FE. RGB value is (45,43,254). Sum of RGB (Red+Green+Blue) = 45+43+254=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D2BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D2BFE is #D2D401. Grayscale: #424242. Windows color (decimal): -13816834 or 16657197. OLE color: 16657197.
HSL color Cylindrical-coordinate representation of color #2D2BFE: hue angle of 240.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D2BFE is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 43 | 254 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.00 |
| HSL | 240.57º | 0.99% | 0.58% | - |
| HSV(B) | 240.57º | 0.83% | 1% | - |
| XYZ | 19.84 | 9.44 | 94.54 | - |
| YUV | 67.65 | 233.16 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 254 | 0.82 | 0.83 | 0 | 0.00 | 240.57 | 0.99 | 0.58 |
| Hex | 2D | 2B | FE | 52 | 53 | 0 | 0 | F1 | 63 | 3A |
| Octal | 55 | 53 | 376 | 122 | 123 | 0 | 0 | 361 | 143 | 72 |
| Binary | 101101 | 101011 | 11111110 | 1010010 | 1010011 | 0 | 0 | 11110001 | 1100011 | 111010 |
Color Harmonies of #2D2BFE
Complementary color
Monochromatic Colors of #2D2BFE
Black with #2D2BFE
Text Example
Text Example
White with #2D2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2BFE; }
p { color: rgb(45,43,254); }
H1.HeaderClassName
{
color: #2D2BFE;
}
.AnyTagClassName
{
color: #2D2BFE;
}
</style>
background-color css
<style>
a { background-color: #2D2BFE; }
a { background-color: rgb(45,43,254); }
div.DivClassName
{
background-color: #2D2BFE;
}
.BgClassName
{
background-color: #2D2BFE;
}
</style>
border-color css
<style>
span { border-color: #2D2BFE; }
span { border-color: rgb(45,43,254); }
td.TdClassName
{
border-color: #2D2BFE;
}
.TagClassName
{
border-color: #2D2BFE;
}
</style>