Shades of Neon Blue #463CDF
Tints of Neon Blue #463CDF
RGB
CMYK
RGB Variations
Color information
#463CDF (or 0x463CDF) is known color: Neon Blue. HEX triplet: 46, 3C and DF. RGB value is (70,60,223). Sum of RGB (Red+Green+Blue) = 70+60+223=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #463CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CDF is #B9C320. Grayscale: #505050. Windows color (decimal): -12174113 or 14629958. OLE color: 14629958.
HSL color Cylindrical-coordinate representation of color #463CDF: hue angle of 243.68º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463CDF is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 60 | 223 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.13 |
| HSL | 243.68º | 0.72% | 0.55% | - |
| HSV(B) | 243.68º | 0.73% | 0.87% | - |
| XYZ | 17.46 | 9.86 | 70.8 | - |
| YUV | 81.57 | 207.81 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 223 | 0.69 | 0.73 | 0 | 0.13 | 243.68 | 0.72 | 0.55 |
| Hex | 46 | 3C | DF | 45 | 49 | 0 | D | F4 | 48 | 37 |
| Octal | 106 | 74 | 337 | 105 | 111 | 0 | 15 | 364 | 110 | 67 |
| Binary | 1000110 | 111100 | 11011111 | 1000101 | 1001001 | 0 | 1101 | 11110100 | 1001000 | 110111 |
Color Harmonies of #463CDF
Complementary color
Monochromatic Colors of #463CDF
Black with #463CDF
Text Example
Text Example
White with #463CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CDF; }
p { color: rgb(70,60,223); }
H1.HeaderClassName
{
color: #463CDF;
}
.AnyTagClassName
{
color: #463CDF;
}
</style>
background-color css
<style>
a { background-color: #463CDF; }
a { background-color: rgb(70,60,223); }
div.DivClassName
{
background-color: #463CDF;
}
.BgClassName
{
background-color: #463CDF;
}
</style>
border-color css
<style>
span { border-color: #463CDF; }
span { border-color: rgb(70,60,223); }
td.TdClassName
{
border-color: #463CDF;
}
.TagClassName
{
border-color: #463CDF;
}
</style>