Shades of Neon Blue #4638E6
Tints of Neon Blue #4638E6
RGB
CMYK
RGB Variations
Color information
#4638E6 (or 0x4638E6) is known color: Neon Blue. HEX triplet: 46, 38 and E6. RGB value is (70,56,230). Sum of RGB (Red+Green+Blue) = 70+56+230=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #4638E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4638E6 is #B9C719. Grayscale: #4F4F4F. Windows color (decimal): -12175130 or 15087686. OLE color: 15087686.
HSL color Cylindrical-coordinate representation of color #4638E6: hue angle of 244.83º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4638E6 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 56 | 230 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.10 |
| HSL | 244.83º | 0.78% | 0.56% | - |
| HSV(B) | 244.83º | 0.76% | 0.9% | - |
| XYZ | 18.22 | 9.84 | 75.8 | - |
| YUV | 80.02 | 212.64 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 230 | 0.70 | 0.76 | 0 | 0.10 | 244.83 | 0.78 | 0.56 |
| Hex | 46 | 38 | E6 | 46 | 4C | 0 | A | F5 | 4E | 38 |
| Octal | 106 | 70 | 346 | 106 | 114 | 0 | 12 | 365 | 116 | 70 |
| Binary | 1000110 | 111000 | 11100110 | 1000110 | 1001100 | 0 | 1010 | 11110101 | 1001110 | 111000 |
Color Harmonies of #4638E6
Complementary color
Monochromatic Colors of #4638E6
Black with #4638E6
Text Example
Text Example
White with #4638E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4638E6; }
p { color: rgb(70,56,230); }
H1.HeaderClassName
{
color: #4638E6;
}
.AnyTagClassName
{
color: #4638E6;
}
</style>
background-color css
<style>
a { background-color: #4638E6; }
a { background-color: rgb(70,56,230); }
div.DivClassName
{
background-color: #4638E6;
}
.BgClassName
{
background-color: #4638E6;
}
</style>
border-color css
<style>
span { border-color: #4638E6; }
span { border-color: rgb(70,56,230); }
td.TdClassName
{
border-color: #4638E6;
}
.TagClassName
{
border-color: #4638E6;
}
</style>