Shades of Neon Blue #4638EE
Tints of Neon Blue #4638EE
RGB
CMYK
RGB Variations
Color information
#4638EE (or 0x4638EE) is known color: Neon Blue. HEX triplet: 46, 38 and EE. RGB value is (70,56,238). Sum of RGB (Red+Green+Blue) = 70+56+238=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #4638EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4638EE is #B9C711. Grayscale: #505050. Windows color (decimal): -12175122 or 15611974. OLE color: 15611974.
HSL color Cylindrical-coordinate representation of color #4638EE: hue angle of 244.62º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4638EE is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 56 | 238 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.07 |
| HSL | 244.62º | 0.84% | 0.58% | - |
| HSV(B) | 244.62º | 0.76% | 0.93% | - |
| XYZ | 19.37 | 10.3 | 81.86 | - |
| YUV | 80.93 | 216.64 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 238 | 0.71 | 0.76 | 0 | 0.07 | 244.62 | 0.84 | 0.58 |
| Hex | 46 | 38 | EE | 47 | 4C | 0 | 7 | F5 | 54 | 3A |
| Octal | 106 | 70 | 356 | 107 | 114 | 0 | 7 | 365 | 124 | 72 |
| Binary | 1000110 | 111000 | 11101110 | 1000111 | 1001100 | 0 | 111 | 11110101 | 1010100 | 111010 |
Color Harmonies of #4638EE
Complementary color
Monochromatic Colors of #4638EE
Black with #4638EE
Text Example
Text Example
White with #4638EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4638EE; }
p { color: rgb(70,56,238); }
H1.HeaderClassName
{
color: #4638EE;
}
.AnyTagClassName
{
color: #4638EE;
}
</style>
background-color css
<style>
a { background-color: #4638EE; }
a { background-color: rgb(70,56,238); }
div.DivClassName
{
background-color: #4638EE;
}
.BgClassName
{
background-color: #4638EE;
}
</style>
border-color css
<style>
span { border-color: #4638EE; }
span { border-color: rgb(70,56,238); }
td.TdClassName
{
border-color: #4638EE;
}
.TagClassName
{
border-color: #4638EE;
}
</style>