Shades of Neon Blue #463EDF
Tints of Neon Blue #463EDF
RGB
CMYK
RGB Variations
Color information
#463EDF (or 0x463EDF) is known color: Neon Blue. HEX triplet: 46, 3E and DF. RGB value is (70,62,223). Sum of RGB (Red+Green+Blue) = 70+62+223=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #463EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463EDF is #B9C120. Grayscale: #525252. Windows color (decimal): -12173601 or 14630470. OLE color: 14630470.
HSL color Cylindrical-coordinate representation of color #463EDF: hue angle of 242.98º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463EDF is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 62 | 223 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.13 |
| HSL | 242.98º | 0.72% | 0.56% | - |
| HSV(B) | 242.98º | 0.72% | 0.87% | - |
| XYZ | 17.57 | 10.08 | 70.83 | - |
| YUV | 82.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 223 | 0.69 | 0.72 | 0 | 0.13 | 242.98 | 0.72 | 0.56 |
| Hex | 46 | 3E | DF | 45 | 48 | 0 | D | F3 | 48 | 38 |
| Octal | 106 | 76 | 337 | 105 | 110 | 0 | 15 | 363 | 110 | 70 |
| Binary | 1000110 | 111110 | 11011111 | 1000101 | 1001000 | 0 | 1101 | 11110011 | 1001000 | 111000 |
Color Harmonies of #463EDF
Complementary color
Monochromatic Colors of #463EDF
Black with #463EDF
Text Example
Text Example
White with #463EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463EDF; }
p { color: rgb(70,62,223); }
H1.HeaderClassName
{
color: #463EDF;
}
.AnyTagClassName
{
color: #463EDF;
}
</style>
background-color css
<style>
a { background-color: #463EDF; }
a { background-color: rgb(70,62,223); }
div.DivClassName
{
background-color: #463EDF;
}
.BgClassName
{
background-color: #463EDF;
}
</style>
border-color css
<style>
span { border-color: #463EDF; }
span { border-color: rgb(70,62,223); }
td.TdClassName
{
border-color: #463EDF;
}
.TagClassName
{
border-color: #463EDF;
}
</style>