Shades of Neon Blue #463FFC
Tints of Neon Blue #463FFC
RGB
CMYK
RGB Variations
Color information
#463FFC (or 0x463FFC) is known color: Neon Blue. HEX triplet: 46, 3F and FC. RGB value is (70,63,252). Sum of RGB (Red+Green+Blue) = 70+63+252=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #463FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463FFC is #B9C003. Grayscale: #555555. Windows color (decimal): -12173316 or 16531270. OLE color: 16531270.
HSL color Cylindrical-coordinate representation of color #463FFC: hue angle of 242.22º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #463FFC is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 63 | 252 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.01 |
| HSL | 242.22º | 0.97% | 0.62% | - |
| HSV(B) | 242.22º | 0.75% | 0.99% | - |
| XYZ | 21.87 | 11.89 | 93.24 | - |
| YUV | 86.64 | 221.32 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 252 | 0.72 | 0.75 | 0 | 0.01 | 242.22 | 0.97 | 0.62 |
| Hex | 46 | 3F | FC | 48 | 4B | 0 | 1 | F2 | 61 | 3E |
| Octal | 106 | 77 | 374 | 110 | 113 | 0 | 1 | 362 | 141 | 76 |
| Binary | 1000110 | 111111 | 11111100 | 1001000 | 1001011 | 0 | 1 | 11110010 | 1100001 | 111110 |
Color Harmonies of #463FFC
Complementary color
Monochromatic Colors of #463FFC
Black with #463FFC
Text Example
Text Example
White with #463FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FFC; }
p { color: rgb(70,63,252); }
H1.HeaderClassName
{
color: #463FFC;
}
.AnyTagClassName
{
color: #463FFC;
}
</style>
background-color css
<style>
a { background-color: #463FFC; }
a { background-color: rgb(70,63,252); }
div.DivClassName
{
background-color: #463FFC;
}
.BgClassName
{
background-color: #463FFC;
}
</style>
border-color css
<style>
span { border-color: #463FFC; }
span { border-color: rgb(70,63,252); }
td.TdClassName
{
border-color: #463FFC;
}
.TagClassName
{
border-color: #463FFC;
}
</style>