#463DFF

Color #463DFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #463DFF

Tints of Neon Blue #463DFF

Color information

#463DFF (or 0x463DFF) is unknown color: approx Neon Blue. HEX triplet: 46, 3D and FF. RGB value is (70,61,255). Sum of RGB (Red+Green+Blue) = 70+61+255=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #463DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463DFF is #B9C200. Grayscale: #555555. Windows color (decimal): -12173825 or 16727366. OLE color: 16727366.

HSL color Cylindrical-coordinate representation of color #463DFF: hue angle of 242.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #463DFF is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7061255-
CMYK0.730.7600
HSL242.78º100%61.96%-
HSV(B)242.78º76.08%100%-
XYZ22.2411.8695.72-
YUV85.81223.48116.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 18.13%
GREEN value IS 61 (24.22% from 255) = 15.80%
BLUE value IS 255 (100% from 255) = 66.06%
R=18.13%
G=15.80%
B=66.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal70612550.730.7600242.7810061.96
Hex463DFF494C00f3643e
Octal106753771111140036314476
Binary1000110111101111111111001001100110000111100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463DFF; }

 p { color: rgb(70,61,255); }

 H1.HeaderClassName
 {
   color: #463DFF;
 }
 .AnyTagClassName
 {
   color: #463DFF;
 }
</style>
background-color css

<style>
 a { background-color: #463DFF; }

 a { background-color: rgb(70,61,255); }

 div.DivClassName
 {
   background-color: #463DFF;
 }
 .BgClassName
 {
   background-color: #463DFF;
 }
</style>
border-color css

<style>
 span { border-color: #463DFF; }

 span { border-color: rgb(70,61,255); }

 td.TdClassName
 {
   border-color: #463DFF;
 }
 .TagClassName
 {
   border-color: #463DFF;
 }
</style>