Shades of Neon Blue #2E2FFF
Tints of Neon Blue #2E2FFF
RGB
CMYK
RGB Variations
Color information
#2E2FFF (or 0x2E2FFF) is known color: Neon Blue. HEX triplet: 2E, 2F and FF. RGB value is (46,47,255). Sum of RGB (Red+Green+Blue) = 46+47+255=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E2FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2FFF is #D1D000. Grayscale: #454545. Windows color (decimal): -13750273 or 16723758. OLE color: 16723758.
HSL color Cylindrical-coordinate representation of color #2E2FFF: hue angle of 239.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E2FFF is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 47 | 255 | - |
| CMYK | 0.82 | 0.82 | 0 | 0 |
| HSL | 239.71º | 1% | 0.59% | - |
| HSV(B) | 239.71º | 0.82% | 1% | - |
| XYZ | 20.19 | 9.83 | 95.44 | - |
| YUV | 70.41 | 232.17 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 255 | 0.82 | 0.82 | 0 | 0 | 239.71 | 1 | 0.59 |
| Hex | 2E | 2F | FF | 52 | 52 | 0 | 0 | F0 | 64 | 3B |
| Octal | 56 | 57 | 377 | 122 | 122 | 0 | 0 | 360 | 144 | 73 |
| Binary | 101110 | 101111 | 11111111 | 1010010 | 1010010 | 0 | 0 | 11110000 | 1100100 | 111011 |
Color Harmonies of #2E2FFF
Complementary color
Monochromatic Colors of #2E2FFF
Black with #2E2FFF
Text Example
Text Example
White with #2E2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2FFF; }
p { color: rgb(46,47,255); }
H1.HeaderClassName
{
color: #2E2FFF;
}
.AnyTagClassName
{
color: #2E2FFF;
}
</style>
background-color css
<style>
a { background-color: #2E2FFF; }
a { background-color: rgb(46,47,255); }
div.DivClassName
{
background-color: #2E2FFF;
}
.BgClassName
{
background-color: #2E2FFF;
}
</style>
border-color css
<style>
span { border-color: #2E2FFF; }
span { border-color: rgb(46,47,255); }
td.TdClassName
{
border-color: #2E2FFF;
}
.TagClassName
{
border-color: #2E2FFF;
}
</style>