Shades of Neon Blue #463FEE
Tints of Neon Blue #463FEE
RGB
CMYK
RGB Variations
Color information
#463FEE (or 0x463FEE) is known color: Neon Blue. HEX triplet: 46, 3F and EE. RGB value is (70,63,238). Sum of RGB (Red+Green+Blue) = 70+63+238=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #463FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463FEE is #B9C011. Grayscale: #545454. Windows color (decimal): -12173330 or 15613766. OLE color: 15613766.
HSL color Cylindrical-coordinate representation of color #463FEE: hue angle of 242.4º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463FEE is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 63 | 238 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.07 |
| HSL | 242.4º | 0.84% | 0.59% | - |
| HSV(B) | 242.4º | 0.74% | 0.93% | - |
| XYZ | 19.74 | 11.03 | 81.98 | - |
| YUV | 85.04 | 214.32 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 238 | 0.71 | 0.74 | 0 | 0.07 | 242.4 | 0.84 | 0.59 |
| Hex | 46 | 3F | EE | 47 | 4A | 0 | 7 | F2 | 54 | 3B |
| Octal | 106 | 77 | 356 | 107 | 112 | 0 | 7 | 362 | 124 | 73 |
| Binary | 1000110 | 111111 | 11101110 | 1000111 | 1001010 | 0 | 111 | 11110010 | 1010100 | 111011 |
Color Harmonies of #463FEE
Complementary color
Monochromatic Colors of #463FEE
Black with #463FEE
Text Example
Text Example
White with #463FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FEE; }
p { color: rgb(70,63,238); }
H1.HeaderClassName
{
color: #463FEE;
}
.AnyTagClassName
{
color: #463FEE;
}
</style>
background-color css
<style>
a { background-color: #463FEE; }
a { background-color: rgb(70,63,238); }
div.DivClassName
{
background-color: #463FEE;
}
.BgClassName
{
background-color: #463FEE;
}
</style>
border-color css
<style>
span { border-color: #463FEE; }
span { border-color: rgb(70,63,238); }
td.TdClassName
{
border-color: #463FEE;
}
.TagClassName
{
border-color: #463FEE;
}
</style>