Shades of Neon Blue #3E48FF
Tints of Neon Blue #3E48FF
RGB
CMYK
RGB Variations
Color information
#3E48FF (or 0x3E48FF) is known color: Neon Blue. HEX triplet: 3E, 48 and FF. RGB value is (62,72,255). Sum of RGB (Red+Green+Blue) = 62+72+255=389 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.94% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E48FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E48FF is #C1B700. Grayscale: #595959. Windows color (decimal): -12695297 or 16730174. OLE color: 16730174.
HSL color Cylindrical-coordinate representation of color #3E48FF: hue angle of 236.89º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E48FF is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 72 | 255 | - |
| CMYK | 0.76 | 0.72 | 0 | 0 |
| HSL | 236.89º | 1% | 0.62% | - |
| HSV(B) | 236.89º | 0.76% | 1% | - |
| XYZ | 22.35 | 12.88 | 95.92 | - |
| YUV | 89.87 | 221.19 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 255 | 0.76 | 0.72 | 0 | 0 | 236.89 | 1 | 0.62 |
| Hex | 3E | 48 | FF | 4C | 48 | 0 | 0 | ED | 64 | 3E |
| Octal | 76 | 110 | 377 | 114 | 110 | 0 | 0 | 355 | 144 | 76 |
| Binary | 111110 | 1001000 | 11111111 | 1001100 | 1001000 | 0 | 0 | 11101101 | 1100100 | 111110 |
Color Harmonies of #3E48FF
Complementary color
Monochromatic Colors of #3E48FF
Black with #3E48FF
Text Example
Text Example
White with #3E48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E48FF; }
p { color: rgb(62,72,255); }
H1.HeaderClassName
{
color: #3E48FF;
}
.AnyTagClassName
{
color: #3E48FF;
}
</style>
background-color css
<style>
a { background-color: #3E48FF; }
a { background-color: rgb(62,72,255); }
div.DivClassName
{
background-color: #3E48FF;
}
.BgClassName
{
background-color: #3E48FF;
}
</style>
border-color css
<style>
span { border-color: #3E48FF; }
span { border-color: rgb(62,72,255); }
td.TdClassName
{
border-color: #3E48FF;
}
.TagClassName
{
border-color: #3E48FF;
}
</style>