Shades of Neon Blue #463DFE
Tints of Neon Blue #463DFE
RGB
CMYK
RGB Variations
Color information
#463DFE (or 0x463DFE) is known color: Neon Blue. HEX triplet: 46, 3D and FE. RGB value is (70,61,254). Sum of RGB (Red+Green+Blue) = 70+61+254=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #463DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463DFE is #B9C201. Grayscale: #545454. Windows color (decimal): -12173826 or 16661830. OLE color: 16661830.
HSL color Cylindrical-coordinate representation of color #463DFE: hue angle of 242.8º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #463DFE is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 61 | 254 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.00 |
| HSL | 242.8º | 0.99% | 0.62% | - |
| HSV(B) | 242.8º | 0.76% | 1% | - |
| XYZ | 22.08 | 11.8 | 94.88 | - |
| YUV | 85.69 | 222.98 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 254 | 0.72 | 0.76 | 0 | 0.00 | 242.8 | 0.99 | 0.62 |
| Hex | 46 | 3D | FE | 48 | 4C | 0 | 0 | F3 | 63 | 3E |
| Octal | 106 | 75 | 376 | 110 | 114 | 0 | 0 | 363 | 143 | 76 |
| Binary | 1000110 | 111101 | 11111110 | 1001000 | 1001100 | 0 | 0 | 11110011 | 1100011 | 111110 |
Color Harmonies of #463DFE
Complementary color
Monochromatic Colors of #463DFE
Black with #463DFE
Text Example
Text Example
White with #463DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DFE; }
p { color: rgb(70,61,254); }
H1.HeaderClassName
{
color: #463DFE;
}
.AnyTagClassName
{
color: #463DFE;
}
</style>
background-color css
<style>
a { background-color: #463DFE; }
a { background-color: rgb(70,61,254); }
div.DivClassName
{
background-color: #463DFE;
}
.BgClassName
{
background-color: #463DFE;
}
</style>
border-color css
<style>
span { border-color: #463DFE; }
span { border-color: rgb(70,61,254); }
td.TdClassName
{
border-color: #463DFE;
}
.TagClassName
{
border-color: #463DFE;
}
</style>