Shades of Neon Blue #463CFE
Tints of Neon Blue #463CFE
RGB
CMYK
RGB Variations
Color information
#463CFE (or 0x463CFE) is known color: Neon Blue. HEX triplet: 46, 3C and FE. RGB value is (70,60,254). Sum of RGB (Red+Green+Blue) = 70+60+254=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #463CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463CFE is #B9C301. Grayscale: #545454. Windows color (decimal): -12174082 or 16661574. OLE color: 16661574.
HSL color Cylindrical-coordinate representation of color #463CFE: hue angle of 243.09º 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 #463CFE is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 60 | 254 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.00 |
| HSL | 243.09º | 0.99% | 0.62% | - |
| HSV(B) | 243.09º | 0.76% | 1% | - |
| XYZ | 22.03 | 11.69 | 94.86 | - |
| YUV | 85.11 | 223.31 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 254 | 0.72 | 0.76 | 0 | 0.00 | 243.09 | 0.99 | 0.62 |
| Hex | 46 | 3C | FE | 48 | 4C | 0 | 0 | F3 | 63 | 3E |
| Octal | 106 | 74 | 376 | 110 | 114 | 0 | 0 | 363 | 143 | 76 |
| Binary | 1000110 | 111100 | 11111110 | 1001000 | 1001100 | 0 | 0 | 11110011 | 1100011 | 111110 |
Color Harmonies of #463CFE
Complementary color
Monochromatic Colors of #463CFE
Black with #463CFE
Text Example
Text Example
White with #463CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CFE; }
p { color: rgb(70,60,254); }
H1.HeaderClassName
{
color: #463CFE;
}
.AnyTagClassName
{
color: #463CFE;
}
</style>
background-color css
<style>
a { background-color: #463CFE; }
a { background-color: rgb(70,60,254); }
div.DivClassName
{
background-color: #463CFE;
}
.BgClassName
{
background-color: #463CFE;
}
</style>
border-color css
<style>
span { border-color: #463CFE; }
span { border-color: rgb(70,60,254); }
td.TdClassName
{
border-color: #463CFE;
}
.TagClassName
{
border-color: #463CFE;
}
</style>