Shades of Neon Blue #2D3CFE
Tints of Neon Blue #2D3CFE
RGB
CMYK
RGB Variations
Color information
#2D3CFE (or 0x2D3CFE) is known color: Neon Blue. HEX triplet: 2D, 3C and FE. RGB value is (45,60,254). Sum of RGB (Red+Green+Blue) = 45+60+254=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D3CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3CFE is #D2C301. Grayscale: #4C4C4C. Windows color (decimal): -13812482 or 16661549. OLE color: 16661549.
HSL color Cylindrical-coordinate representation of color #2D3CFE: hue angle of 235.69º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D3CFE is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 60 | 254 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.00 |
| HSL | 235.69º | 0.99% | 0.59% | - |
| HSV(B) | 235.69º | 0.82% | 1% | - |
| XYZ | 20.59 | 10.95 | 94.79 | - |
| YUV | 77.63 | 227.53 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 254 | 0.82 | 0.76 | 0 | 0.00 | 235.69 | 0.99 | 0.59 |
| Hex | 2D | 3C | FE | 52 | 4C | 0 | 0 | EC | 63 | 3B |
| Octal | 55 | 74 | 376 | 122 | 114 | 0 | 0 | 354 | 143 | 73 |
| Binary | 101101 | 111100 | 11111110 | 1010010 | 1001100 | 0 | 0 | 11101100 | 1100011 | 111011 |
Color Harmonies of #2D3CFE
Complementary color
Monochromatic Colors of #2D3CFE
Black with #2D3CFE
Text Example
Text Example
White with #2D3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3CFE; }
p { color: rgb(45,60,254); }
H1.HeaderClassName
{
color: #2D3CFE;
}
.AnyTagClassName
{
color: #2D3CFE;
}
</style>
background-color css
<style>
a { background-color: #2D3CFE; }
a { background-color: rgb(45,60,254); }
div.DivClassName
{
background-color: #2D3CFE;
}
.BgClassName
{
background-color: #2D3CFE;
}
</style>
border-color css
<style>
span { border-color: #2D3CFE; }
span { border-color: rgb(45,60,254); }
td.TdClassName
{
border-color: #2D3CFE;
}
.TagClassName
{
border-color: #2D3CFE;
}
</style>