Shades of Neon Blue #463DDF
Tints of Neon Blue #463DDF
RGB
CMYK
RGB Variations
Color information
#463DDF (or 0x463DDF) is known color: Neon Blue. HEX triplet: 46, 3D and DF. RGB value is (70,61,223). Sum of RGB (Red+Green+Blue) = 70+61+223=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #463DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DDF is #B9C220. Grayscale: #515151. Windows color (decimal): -12173857 or 14630214. OLE color: 14630214.
HSL color Cylindrical-coordinate representation of color #463DDF: hue angle of 243.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463DDF is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 61 | 223 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.13 |
| HSL | 243.33º | 0.72% | 0.56% | - |
| HSV(B) | 243.33º | 0.73% | 0.87% | - |
| XYZ | 17.51 | 9.97 | 70.81 | - |
| YUV | 82.16 | 207.48 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 223 | 0.69 | 0.73 | 0 | 0.13 | 243.33 | 0.72 | 0.56 |
| Hex | 46 | 3D | DF | 45 | 49 | 0 | D | F3 | 48 | 38 |
| Octal | 106 | 75 | 337 | 105 | 111 | 0 | 15 | 363 | 110 | 70 |
| Binary | 1000110 | 111101 | 11011111 | 1000101 | 1001001 | 0 | 1101 | 11110011 | 1001000 | 111000 |
Color Harmonies of #463DDF
Complementary color
Monochromatic Colors of #463DDF
Black with #463DDF
Text Example
Text Example
White with #463DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DDF; }
p { color: rgb(70,61,223); }
H1.HeaderClassName
{
color: #463DDF;
}
.AnyTagClassName
{
color: #463DDF;
}
</style>
background-color css
<style>
a { background-color: #463DDF; }
a { background-color: rgb(70,61,223); }
div.DivClassName
{
background-color: #463DDF;
}
.BgClassName
{
background-color: #463DDF;
}
</style>
border-color css
<style>
span { border-color: #463DDF; }
span { border-color: rgb(70,61,223); }
td.TdClassName
{
border-color: #463DDF;
}
.TagClassName
{
border-color: #463DDF;
}
</style>