Shades of Neon Blue #2D4AFE
Tints of Neon Blue #2D4AFE
RGB
CMYK
RGB Variations
Color information
#2D4AFE (or 0x2D4AFE) is known color: Neon Blue. HEX triplet: 2D, 4A and FE. RGB value is (45,74,254). Sum of RGB (Red+Green+Blue) = 45+74+254=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D4AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D4AFE is #D2B501. Grayscale: #555555. Windows color (decimal): -13808898 or 16665133. OLE color: 16665133.
HSL color Cylindrical-coordinate representation of color #2D4AFE: hue angle of 231.67º 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 #2D4AFE is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 74 | 254 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.00 |
| HSL | 231.67º | 0.99% | 0.59% | - |
| HSV(B) | 231.67º | 0.82% | 1% | - |
| XYZ | 21.42 | 12.61 | 95.07 | - |
| YUV | 85.85 | 222.89 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 254 | 0.82 | 0.71 | 0 | 0.00 | 231.67 | 0.99 | 0.59 |
| Hex | 2D | 4A | FE | 52 | 47 | 0 | 0 | E8 | 63 | 3B |
| Octal | 55 | 112 | 376 | 122 | 107 | 0 | 0 | 350 | 143 | 73 |
| Binary | 101101 | 1001010 | 11111110 | 1010010 | 1000111 | 0 | 0 | 11101000 | 1100011 | 111011 |
Color Harmonies of #2D4AFE
Complementary color
Monochromatic Colors of #2D4AFE
Black with #2D4AFE
Text Example
Text Example
White with #2D4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4AFE; }
p { color: rgb(45,74,254); }
H1.HeaderClassName
{
color: #2D4AFE;
}
.AnyTagClassName
{
color: #2D4AFE;
}
</style>
background-color css
<style>
a { background-color: #2D4AFE; }
a { background-color: rgb(45,74,254); }
div.DivClassName
{
background-color: #2D4AFE;
}
.BgClassName
{
background-color: #2D4AFE;
}
</style>
border-color css
<style>
span { border-color: #2D4AFE; }
span { border-color: rgb(45,74,254); }
td.TdClassName
{
border-color: #2D4AFE;
}
.TagClassName
{
border-color: #2D4AFE;
}
</style>