Shades of Neon Blue #463DFF
Tints of Neon Blue #463DFF
RGB
CMYK
RGB Variations
Color information
#463DFF (or 0x463DFF) is known color: Neon Blue. HEX triplet: 46, 3D and FF. RGB value is (70,61,255). Sum of RGB (Red+Green+Blue) = 70+61+255=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #463DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463DFF is #B9C200. Grayscale: #555555. Windows color (decimal): -12173825 or 16727366. OLE color: 16727366.
HSL color Cylindrical-coordinate representation of color #463DFF: hue angle of 242.78º 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 #463DFF is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 61 | 255 | - |
| CMYK | 0.73 | 0.76 | 0 | 0 |
| HSL | 242.78º | 1% | 0.62% | - |
| HSV(B) | 242.78º | 0.76% | 1% | - |
| XYZ | 22.24 | 11.86 | 95.72 | - |
| YUV | 85.81 | 223.48 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 255 | 0.73 | 0.76 | 0 | 0 | 242.78 | 1 | 0.62 |
| Hex | 46 | 3D | FF | 49 | 4C | 0 | 0 | F3 | 64 | 3E |
| Octal | 106 | 75 | 377 | 111 | 114 | 0 | 0 | 363 | 144 | 76 |
| Binary | 1000110 | 111101 | 11111111 | 1001001 | 1001100 | 0 | 0 | 11110011 | 1100100 | 111110 |
Color Harmonies of #463DFF
Complementary color
Monochromatic Colors of #463DFF
Black with #463DFF
Text Example
Text Example
White with #463DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DFF; }
p { color: rgb(70,61,255); }
H1.HeaderClassName
{
color: #463DFF;
}
.AnyTagClassName
{
color: #463DFF;
}
</style>
background-color css
<style>
a { background-color: #463DFF; }
a { background-color: rgb(70,61,255); }
div.DivClassName
{
background-color: #463DFF;
}
.BgClassName
{
background-color: #463DFF;
}
</style>
border-color css
<style>
span { border-color: #463DFF; }
span { border-color: rgb(70,61,255); }
td.TdClassName
{
border-color: #463DFF;
}
.TagClassName
{
border-color: #463DFF;
}
</style>